Notify user if cookies can't be created

This commit is contained in:
Gared 2014-12-28 15:02:56 +01:00
parent a645aeef5c
commit 2307c6fbda
4 changed files with 18 additions and 0 deletions

View file

@ -114,6 +114,9 @@
<div id="wrongPassword">
<p data-l10n-id="pad.wrongPassword">Your password was wrong</p>
</div>
<div id="nocookie">
<p data-l10n-id="pad.nocookie">Cookie could not be found. Please allow cookies in your browser!</p>
</div>
<% e.begin_block("loading"); %>
<p data-l10n-id="pad.loading" id="loading">Loading...</p>
<% e.end_block(); %>