summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/templates/question_edit.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/askbot/templates/question_edit.html b/askbot/templates/question_edit.html
index 653d351e..d8053e45 100644
--- a/askbot/templates/question_edit.html
+++ b/askbot/templates/question_edit.html
@@ -45,8 +45,10 @@
{{ macros.checkbox_in_div(form.post_privately) }}
{% endif %}
{% if settings.MULTILINGUAL %}
+ <div class="lang-selector">
<label for="id_language">{% trans %}Change language{% endtrans %}</label>
{{ form.language }}
+ </div>
{% endif %}
</div>
<input id="edit_post_form_submit_button" type="submit" value="{% trans %}Save edit{% endtrans %}" class="submit" />&nbsp;