summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2014-06-11 16:57:07 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2014-06-11 16:57:07 -0300
commitd562c6d6fc2c226c0a937aaf77f1d85d447d6558 (patch)
tree8b1a6c5185cd47e9152e7141fa8943a41fc0baa7
parent5eddc0cadb650b8428d7e002234353c1d3c83f7f (diff)
downloadaskbot-d562c6d6fc2c226c0a937aaf77f1d85d447d6558.tar.gz
askbot-d562c6d6fc2c226c0a937aaf77f1d85d447d6558.tar.bz2
askbot-d562c6d6fc2c226c0a937aaf77f1d85d447d6558.zip
put email footer two paragraphs into one
-rw-r--r--askbot/templates/email/change_settings_info.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/askbot/templates/email/change_settings_info.html b/askbot/templates/email/change_settings_info.html
index 55bd729f..0f96caa4 100644
--- a/askbot/templates/email/change_settings_info.html
+++ b/askbot/templates/email/change_settings_info.html
@@ -5,7 +5,6 @@
{% else %}
{% trans %}To change freqency and content of these alerts, please visit <a href="{{ url }}">your user profile</a>.{% endtrans %}
{% endif %}
-</p>
-<p style="font-size:10px; font-style:italic;">
+ <br/>
{% trans %}If you believe that this message was sent in an error, please email about it the forum administrator at <a href="mailto:{{ admin_email }}">{{ admin_email }}</a>.{% endtrans %}
</p>