From d5449b465875ff31a28681cf961c18ba94835c15 Mon Sep 17 00:00:00 2001 From: Adolfo Fitoria Date: Mon, 17 Aug 2009 09:56:13 -0600 Subject: fixing question template bug for closed questions --- templates/question.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/question.html b/templates/question.html index 66713342..7f1ab3a5 100644 --- a/templates/question.html +++ b/templates/question.html @@ -257,9 +257,9 @@ {% if question.closed %}
-

{% blocktrans %}The question has been closed for the following reason "{{ question.get_close_reason_display }}" by{% endblocktrans %} +

{% trans "The question has been closed for the following reason" %} "{{ question.get_close_reason_display }}" {% trans "by"%} {{ question.closed_by.username }} - {% blocktrans %}close date {{question.closed_at}}{% endblocktrans %}

+ {% blocktrans %}close date {% endblocktrans %}{{question.closed_at|date:"d-m-Y H:i"}}
{% endif %} -- cgit v1.2.3-1-g7c22