X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/dc419dfdff7030d1eea9d3c21803e8dbb6fdf071..1cbbc10ec680da017745add73b98986197988bd3:/forum/skins/default/templates/question.html?ds=inline diff --git a/forum/skins/default/templates/question.html b/forum/skins/default/templates/question.html index bdc2c22..9a33846 100644 --- a/forum/skins/default/templates/question.html +++ b/forum/skins/default/templates/question.html @@ -63,7 +63,7 @@
- +
@@ -76,14 +76,15 @@
{{ question.html|safe }}
-
-
- {% for tag in question.tagname_list %} - - {% endfor %} -
+
+ {% for tag in question.tagname_list %} + + {% endfor %} +
+
{% post_controls question request.user %} + {% wiki_symbol request.user question %}
{% contributors_info question %} @@ -94,14 +95,14 @@
- {% if question.marked %} + {% if question.nis.closed %}

- {% blocktrans with question.closed.extra as close_reason %} + {% blocktrans with question.nstate.closed.extra as close_reason %} The question has been closed for the following reason "{{ close_reason }}" by {% endblocktrans %} - {{ question.closed.by.username }} - {% diff_date question.closed.at %} + {{ question.nstate.closed.by.username }} + {% diff_date question.nstate.closed.at %}

{% endif %} @@ -129,7 +130,7 @@ {% for answer in answers %} -
+
@@ -213,8 +214,8 @@
-
{{ answer.text.errors }} +