summaryrefslogtreecommitdiffstats
path: root/askbot/templates/question/closed_question_info.html
blob: 49f647be83edadd821427bc6ef2bc6750e2f7b34 (plain)
1
2
3
4
5
6
<div class="question-status">
    <h3>{% trans %}Closed for the following reason{% endtrans %}
      <b>{{ thread.get_close_reason_display() }}</b> {% trans %}by{% endtrans %}
      <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>