@@ -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 %}
@@ -223,6 +238,7 @@