summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-07-14 13:45:36 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-07-14 13:45:36 -0400
commit4d1bb62eadf82829aad37825d6ef9653d99837b7 (patch)
tree494a842deea2345a1414dca290c40d08ae0880b3
parent17ee9fe0f5de3489d35577a783748eb84602fa86 (diff)
downloadaskbot-4d1bb62eadf82829aad37825d6ef9653d99837b7.tar.gz
askbot-4d1bb62eadf82829aad37825d6ef9653d99837b7.tar.bz2
askbot-4d1bb62eadf82829aad37825d6ef9653d99837b7.zip
fixed display glitch in the closed question
-rw-r--r--askbot/skins/default/templates/question/content.html5
-rw-r--r--askbot/skins/default/templates/question/question_card.html6
-rw-r--r--askbot/skins/default/templates/reopen.html4
3 files changed, 8 insertions, 7 deletions
diff --git a/askbot/skins/default/templates/question/content.html b/askbot/skins/default/templates/question/content.html
index 58b1bcca..906b1953 100644
--- a/askbot/skins/default/templates/question/content.html
+++ b/askbot/skins/default/templates/question/content.html
@@ -3,11 +3,6 @@
{# ==== BEGIN: question/question_card.html ==== #}
{% include "question/question_card.html" %}
{# ==== END: question/question_card.html ==== #}
-{% if thread.closed %}
- {# ==== START: question/closed_question_info.html ==== #}
- {% include "question/closed_question_info.html" %}
- {# ==== END: question/closed_question_info.html ==== #}
-{% endif %}
{% if answers %}
<div class="clean"></div>
diff --git a/askbot/skins/default/templates/question/question_card.html b/askbot/skins/default/templates/question/question_card.html
index dd52ea0f..c787bf34 100644
--- a/askbot/skins/default/templates/question/question_card.html
+++ b/askbot/skins/default/templates/question/question_card.html
@@ -25,6 +25,12 @@
}
})();
</script>
+ {% if thread.closed %}
+ <div class="clearfix"></div>
+ {# ==== START: question/closed_question_info.html ==== #}
+ {% include "question/closed_question_info.html" %}
+ {# ==== END: question/closed_question_info.html ==== #}
+ {% endif %}
{% include "question/question_comments.html" %}
</div>
diff --git a/askbot/skins/default/templates/reopen.html b/askbot/skins/default/templates/reopen.html
index 52d926ce..4ddd6f31 100644
--- a/askbot/skins/default/templates/reopen.html
+++ b/askbot/skins/default/templates/reopen.html
@@ -9,8 +9,8 @@
<span class="big">{{ question.get_question_title()|escape }}</span>
</a>
</p>
-<p>{% trans %}This question has been closed by
- <a href="{{closed_by_profile_url}}">{{closed_by_username|escape}}</a>
+<p>{% trans username = closed_by_username|escape %}This question has been closed by
+ <a href="{{closed_by_profile_url}}">{{username}}</a>
{% endtrans %}
</p>
<p>