diff options
Diffstat (limited to 'static/website/templates/new-question.html')
-rw-r--r-- | static/website/templates/new-question.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/website/templates/new-question.html b/static/website/templates/new-question.html index 5005e13..81da5cf 100644 --- a/static/website/templates/new-question.html +++ b/static/website/templates/new-question.html @@ -1,4 +1,5 @@ {% extends 'website/templates/base.html' %} +{% load static %} {% load widget_tweaks %} {% block content %} <h4> @@ -9,7 +10,10 @@ <form role="form" action="" method="POST">{% csrf_token %} {% with WIDGET_ERROR_CLASS='field_error' %} - <p>Please enter the tutorial details.</p> + <p> + Please enter the tutorial details. + <img id="ajax-loader" src="{% static 'website/images/ajax-loader.gif' %}" style="display:none;"> + </p> <div class="row"> <div class="col-lg-3 col-md-4 col-sm-4"> {% render_field form.category class+="form-control"%} |