summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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" %}