summaryrefslogtreecommitdiffstats
path: root/askbot/templates/question/closed_question_info.html
blob: f6f3f557b1e6aae0e5ed09952cdd4415f064062a (plain)
1
2
3
4
5
<div class="question-status">
    <h3>{% trans close_reason=thread.get_close_reason_display() %}The question has been 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>
        {% trans closed_at=thread.closed_at %}close date {{closed_at}}{% endtrans %}</h3>
</div>