X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/50218f3c76fc43de83da77dda0501b5aabffa4d4..5c27752e396ef1b6e794a489b577b0f7be3126b6:/forum/skins/default/templates/question.html
diff --git a/forum/skins/default/templates/question.html b/forum/skins/default/templates/question.html
index 81711e0..20fdf1c 100644
--- a/forum/skins/default/templates/question.html
+++ b/forum/skins/default/templates/question.html
@@ -178,17 +178,23 @@
{% endspaceless %}
+ {% comment %}
{% if not request.user.is_authenticated %}
-
{% trans "you can answer anonymously and then login" %}
+ {% trans "You can answer anonymously and then login." %}
{% else %}
{% ifequal request.user question.author %}
- {% trans "answer your own question only to give an answer" %}
+ {% trans "Answer your own question only to give an answer." %}
{% else %}
- {% trans "please only give an answer, no discussions" %}
+ {% trans "Please only give an answer, no discussions." %}
{% endifequal %}
+ {% if not request.user.email_valid_and_can_answer %}
+ {% blocktrans %}Remember, your answer will not be published until you validate your email.{% endblocktrans %}
+ {% trans "Send me a validation link." %}
+ {% endif %}
{% endif %}
+ {% endcomment %}