From d1cae4076a8d83c0b7cdfe53a22688ddc4c5ad46 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 17 Sep 2014 20:04:29 +0700 Subject: fixed wording on the closed question info --- askbot/templates/question/closed_question_info.html | 3 +-- 1 file changed, 1 insertion(+), 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 @@

{% trans %}Closed for the following reason{% endtrans %} {{ thread.get_close_reason_display() }} {% trans %}by{% endtrans %} - {% trans close_reason=thread.get_close_reason_display() %}Closed for the following reason "{{ close_reason }}" by{% endtrans %} - {{ thread.closed_by.username|escape }}
+ {{ thread.closed_by.username|escape }}
{% trans closed_at=thread.closed_at %}close date {{closed_at}}{% endtrans %}

-- cgit v1.2.3-1-g7c22