summaryrefslogtreecommitdiffstats
path: root/askbot/templates/question/question_controls.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/question/question_controls.html')
-rw-r--r--askbot/templates/question/question_controls.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/question/question_controls.html b/askbot/templates/question/question_controls.html
index e38157c2..5ebb7a44 100644
--- a/askbot/templates/question/question_controls.html
+++ b/askbot/templates/question/question_controls.html
@@ -36,5 +36,5 @@
class="question-delete"
>{% if question.deleted %}{% trans %}undelete{% endtrans %}{% else %}{% trans %}delete{% endtrans %}{% endif %}</a>
<script type="text/javascript">
- askbot['functions']['renderPostControls']('{{question.id}}');
+ askbot['functions']['renderPostControls']('{{question.id}}'{{ ', true' if question.wiki }});
</script>