diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-09 02:50:16 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-09 02:57:02 +0200 |
| commit | 3b5d9832caa16a0019e08d07c6a9c9bd2db56587 (patch) | |
| tree | 705409fcbd7852929af3fc49d484a37c84ad5cb6 /res | |
| parent | 1e0f0b373394c4d47b33348ee11dedcfe634a348 (diff) | |
rz_user.py: avoid passing html to render_template
Diffstat (limited to 'res')
| -rw-r--r-- | res/templates/user_signup.html | 2 |
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 |
