X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/7d7bf25b6fb206343959d7f496ab4215fd1f3df6..7608e62fe0292a62f7181c4bdd427adee0ccdfd6:/forum/skins/default/templates/question.html
diff --git a/forum/skins/default/templates/question.html b/forum/skins/default/templates/question.html
index 4ffc481..20fdf1c 100644
--- a/forum/skins/default/templates/question.html
+++ b/forum/skins/default/templates/question.html
@@ -59,7 +59,7 @@
{% block content %}
@@ -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 %}