{% extends 'kfet/base.html' %} {% load widget_tweaks %} {% load staticfiles %} {% block title %}Nouvel article{% endblock %} {% block content-header-title %}Création d'un article{% endblock %} {% block content %} {% include "kfet/base_messages.html" %}
{% csrf_token %} {% include 'kfet/form_snippet.html' with form=form %} {% if not perms.kfet.add_article %} {% include 'kfet/form_authentication_snippet.html' %} {% endif %} {% include 'kfet/form_submit_snippet.html' with value="Enregistrer" %}
{% endblock %}