summaryrefslogtreecommitdiffstats
path: root/templates/ask.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/ask.html')
-rw-r--r--templates/ask.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/ask.html b/templates/ask.html
index 30d43ee0..2efd9864 100644
--- a/templates/ask.html
+++ b/templates/ask.html
@@ -115,6 +115,13 @@
<p class="title-desc">
{{ form.tags.help_text }}
</p>
+ <p class="form-item">
+ <strong>{{ form.categories.label_tag }}:</strong> {% trans "(required)" %} <span class="form-error"></span><br>
+ {{ form.categories }} {{ form.categories.errors }}
+ </p>
+ <p class="title-desc">
+ {{ form.categories.help_text }}
+ </p>
{% if not request.user.is_authenticated %}
<input type="submit" value="{% trans "Login/signup to post your question" %}" class="submit" />
{% else %}