summaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
authorGared <mu.stefan@googlemail.com>2014-12-28 15:02:56 +0100
committerGared <mu.stefan@googlemail.com>2014-12-28 15:02:56 +0100
commit2307c6fbda8ef149aebf83d47d099ca6d94f7ffc (patch)
tree1356d3979b32584bb8f5be94c9c4f3b70e4c2be8 /src/templates
parenta645aeef5c46f631619669111c9dfb368c7fb0b7 (diff)
downloadetherpad-lite-2307c6fbda8ef149aebf83d47d099ca6d94f7ffc.zip
Notify user if cookies can't be created
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/pad.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/templates/pad.html b/src/templates/pad.html
index 2dd66aa9..c6d48cd3 100644
--- a/src/templates/pad.html
+++ b/src/templates/pad.html
@@ -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(); %>