summaryrefslogtreecommitdiffstats
path: root/askbot/templates/ask.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-18 13:52:35 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-18 13:52:35 -0400
commit316d58a3d2303833550e06b2d16f11563fbf511b (patch)
tree3a1ba884464ec34408f6c173c87b6d7e2545ecb8 /askbot/templates/ask.html
parent44390ea008e225a33b3c15e90172d0c3e44efe7f (diff)
downloadaskbot-316d58a3d2303833550e06b2d16f11563fbf511b.tar.gz
askbot-316d58a3d2303833550e06b2d16f11563fbf511b.tar.bz2
askbot-316d58a3d2303833550e06b2d16f11563fbf511b.zip
fixed some messages for the translation
Diffstat (limited to 'askbot/templates/ask.html')
-rw-r--r--askbot/templates/ask.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/ask.html b/askbot/templates/ask.html
index 4a20d864..df6d6bb9 100644
--- a/askbot/templates/ask.html
+++ b/askbot/templates/ask.html
@@ -22,7 +22,7 @@
{% else %}
{% if settings.EMAIL_VALIDATION %}
{% if not request.user.email_isvalid %}
- <li class="warning">{% trans email=request.user.email %}Your email, %(email)s has not yet been validated. To post messages you must verify your email, please see <a href='%(email_validation_faq_url)s'>more details here</a>. You can submit your question now and validate email after that. Meanwhile, your question will saved as pending.{% endtrans %}</li>
+ <li class="warning">{% trans email=request.user.email %}Your email, {{ email }} has not yet been validated. To post messages you must verify your email, please see <a href='{{ email_validation_faq_url }}'>more details here</a>. You can submit your question now and validate email after that. Meanwhile, your question will saved as pending.{% endtrans %}</li>
{% endif %}
{% endif %}
{% endif %}