summaryrefslogtreecommitdiffstats
path: root/askbot/templates/question/closed_question_info.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/question/closed_question_info.html')
-rw-r--r--askbot/templates/question/closed_question_info.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/askbot/templates/question/closed_question_info.html b/askbot/templates/question/closed_question_info.html
index 33fc9482..49f647be 100644
--- a/askbot/templates/question/closed_question_info.html
+++ b/askbot/templates/question/closed_question_info.html
@@ -1,7 +1,6 @@
<div class="question-status">
<h3>{% trans %}Closed for the following reason{% endtrans %}
<b>{{ thread.get_close_reason_display() }}</b> {% trans %}by{% endtrans %}
- {% trans close_reason=thread.get_close_reason_display() %}Closed for the following reason <b>"{{ close_reason }}"</b> <i>by{% endtrans %}
- <a href="{{ thread.closed_by.get_profile_url() }}">{{ thread.closed_by.username|escape }}</a> </i><br>
+ <i><a href="{{ thread.closed_by.get_profile_url() }}">{{ thread.closed_by.username|escape }}</a> </i><br>
{% trans closed_at=thread.closed_at %}close date {{closed_at}}{% endtrans %}</h3>
</div>