{% extends "main/base.html" %} {% block title %}Tickets - Settings{% endblock %} {% block header_icon %}{% endblock %} {% block headline %}Settings{% endblock %} {% block head-message %}Please adjust your settings{% endblock %} {% block content %} {% load staticfiles %}
{% load crispy_forms_tags %}
{% csrf_token %} {{ form_user|crispy }}
{% endblock %}