diff --git a/helpdesk/templates/helpdesk/user_settings.html b/helpdesk/templates/helpdesk/user_settings.html index a43c3cd7..843cae55 100644 --- a/helpdesk/templates/helpdesk/user_settings.html +++ b/helpdesk/templates/helpdesk/user_settings.html @@ -1,4 +1,4 @@ -{% extends "helpdesk/base.html" %}{% load i18n %}{% load url from future %} +{% extends "helpdesk/base.html" %}{% load i18n bootstrap %}{% load url from future %} {% block helpdesk_title %}{% trans "Change User Settings" %}{% endblock %} @@ -9,16 +9,12 @@

Use the following options to change the way your helpdesk system works for you. These settings do not impact any other user.

{% endblocktrans %} -
-
-
{% for field in form %} -
-
{{ field }}
- {% if field.errors %}
{{ field.errors }}
{% endif %} - {% if field.help_text %}
{{ field.help_text }}
{% endif %} - {% endfor %}
-
- -{% csrf_token %}
+
+ {% csrf_token %} + {{ form|bootstrap }} +
+ +
+
-{% endblock %} +{% endblock %} \ No newline at end of file