@@ -73,8 +86,7 @@
{% post_controls question request.user %}
- {% post_contributor_info question "original_author" %}
- {% post_contributor_info question "last_updater" %}
+ {% contributors_info question %}
{% comments question request.user %}
@@ -82,11 +94,15 @@
- {% if question.closed %}
+ {% if question.marked %}
- {% post_contributor_info answer "original_author" %}
- {% post_contributor_info answer "last_updater" %}
+ {% contributors_info answer %}
{% comments answer request.user %}
@@ -198,8 +213,8 @@
-
{% trans "Question tags" %}:
- {% for tag in tags %}
+ {% for tag in question.tags.all %}
{{ tag.name }} ×{{ tag.used_count|intcomma }}
@@ -246,13 +262,14 @@
{% endcache %}
+{% sidebar_lower %}