summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-06-05 08:41:34 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-06-05 08:41:34 -0400
commit45ee8c6abd04540938713cc7d5ab2f4bb2aeac7e (patch)
tree934b3ee7ca26bd0435522f20e01a87e76b43fa79
parent5bfb305f7bb695f8208a7c64c441ff4fc335caf2 (diff)
downloadaskbot-45ee8c6abd04540938713cc7d5ab2f4bb2aeac7e.tar.gz
askbot-45ee8c6abd04540938713cc7d5ab2f4bb2aeac7e.tar.bz2
askbot-45ee8c6abd04540938713cc7d5ab2f4bb2aeac7e.zip
one more small formatting fix
-rw-r--r--askbot/skins/default/templates/email/insufficient_rep_to_post_by_email.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/askbot/skins/default/templates/email/insufficient_rep_to_post_by_email.html b/askbot/skins/default/templates/email/insufficient_rep_to_post_by_email.html
index d65ad937..da4c93ca 100644
--- a/askbot/skins/default/templates/email/insufficient_rep_to_post_by_email.html
+++ b/askbot/skins/default/templates/email/insufficient_rep_to_post_by_email.html
@@ -9,7 +9,7 @@
{% trans %}{{ username }}, your question could not be posted by email just yet.{% endtrans %}
</p>
<p>
- {% trans %}To make posts by email, you need to receive about {{min_upvotes}} upvotes.{% endtrans %}
- {% trans link=site_link|safe %}Please post your question at {{link}}{% endtrans %}
+ {% trans %}To make posts by email, you need to receive about {{min_upvotes}} upvotes.{% endtrans %}<br/>
+ {% trans link=site_link|safe %}At this time, please post your question at {{link}}{% endtrans %}
</p>
{% include "email/footer.html" %}