summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2013-03-29 02:24:15 +0000
committerJohn McLear <john@mclear.co.uk>2013-03-29 02:24:15 +0000
commitd73ea4e334ed3345ceaf110db4b1d71737d7db8e (patch)
treedacc1581d9e1fc36d2ce13ae7f05a201c3be93dd
parent34e3e2f4321d056350bfd8d2ce5ddfbfa86c6463 (diff)
downloadetherpad-lite-d73ea4e334ed3345ceaf110db4b1d71737d7db8e.zip
Loading blocks
-rw-r--r--src/templates/pad.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/templates/pad.html b/src/templates/pad.html
index 1d8c069a..ef621545 100644
--- a/src/templates/pad.html
+++ b/src/templates/pad.html
@@ -195,7 +195,9 @@
<div id="wrongPassword">
<p data-l10n-id="pad.wrongPassword">Your password was wrong</p>
</div>
+ <% e.begin_block("loading"); %>
<p data-l10n-id="pad.loading" id="loading">Loading...</p>
+ <% e.end_block(); %>
<noscript><strong>Sorry, you have to enable Javascript in order to use this.</strong></noscript>
</div>
</div>