diff options
Diffstat (limited to 'templates/ask.html')
-rw-r--r-- | templates/ask.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/ask.html b/templates/ask.html index 4aa18dd5..afef182b 100644 --- a/templates/ask.html +++ b/templates/ask.html @@ -111,6 +111,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 %} |