summaryrefslogtreecommitdiffstats
path: root/askbot/templates/question/closed_question_info.html
blob: 33fc9482af96ef11cb62358a4d02b882f502c0b0 (plain)
1
2
3
4
5
6
7
<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>
      {% trans closed_at=thread.closed_at %}close date {{closed_at}}{% endtrans %}</h3>
</div>