{% extends "base.html" %} {% load i18n %} {% block head_title %}{% trans "Your settings" %}{% endblock %} {% block html_more_links %}{{ block.super }} {% endblock %} {% block content %}

{% trans "Your settings" %}

{% if save_success %}

Your settings has been saved.

{% endif %} {% include "djangocodemirror/include_settings_form.html" %} {% endblock %}