{% extends "base.html" %} {% comment %}TODO: Default settings template should not use crispy forms to avoid his dependancy{% endcomment %} {% load i18n crispy_forms_tags %} {% block head_title %}{% trans "Your settings" %}{% endblock %} {% block head_more_links %} {% endblock %} {% block content %}

{% trans "Your settings" %}

{% if save_success %}

Your settings has been saved.

{% endif %} {% crispy form %} {% endblock %}