summaryrefslogtreecommitdiffstats
path: root/templates/question_edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/question_edit.html')
-rw-r--r--templates/question_edit.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/question_edit.html b/templates/question_edit.html
index 8ce980fe..7a10b6ae 100644
--- a/templates/question_edit.html
+++ b/templates/question_edit.html
@@ -114,6 +114,12 @@
<div class="title-desc">
{{ form.summary.help_text }}
</div>
+ <br>
+
+ <p class="form-item">
+ <strong>{{ form.categories.label_tag }}:</strong> {% trans "(required)" %} <span class="form-error"></span><br>
+ {{ form.categories }} {{ form.categories.errors }}
+ </p>
<div class="error" ></div>
<input type="submit" value="{% trans "Save edit" %}" class="submit" />
<input type="button" value="{% trans "Cancel" %}" class="submit" onclick="history.back(-1);" />