summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-02-09 02:50:16 +0200
committerLV-426 <lv-426@taproot.org.il>2015-02-09 02:57:02 +0200
commit3b5d9832caa16a0019e08d07c6a9c9bd2db56587 (patch)
tree705409fcbd7852929af3fc49d484a37c84ad5cb6 /res
parent1e0f0b373394c4d47b33348ee11dedcfe634a348 (diff)
rz_user.py: avoid passing html to render_template
Diffstat (limited to 'res')
-rw-r--r--res/templates/user_signup.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/user_signup.html b/res/templates/user_signup.html
index 596f64b3..c8e776fe 100644
--- a/res/templates/user_signup.html
+++ b/res/templates/user_signup.html
@@ -19,7 +19,7 @@
</div>
{% elif 'activation_failure' == state %}
<div>
- <p>{{ html_str__err }}</p>
+ <p>Activation failure,<br>please try again later.</p>
</div>
{% else %}
<div