{% extends 'kfet/base.html' %} {% block title %}Modification des paramètres{% endblock %} {% block content-header-title %}Modification des paramètres{% endblock %} {% block content %} {% include "kfet/base_messages.html" %}
{% csrf_token %} {% include 'kfet/form_snippet.html' with form=form %} {% if not perms.kfet.change_settings %} {% include 'kfet/form_authentication_snippet.html' %} {% endif %} {% include 'kfet/form_submit_snippet.html' with value="Mettre à jour" %}
{% endblock %}