gestioCOF/kfet/templates/kfet/article_create.html

11 lines
283 B
HTML
Raw Normal View History

{% extends 'kfet/base_form.html' %}
{% block title %}Nouvel article{% endblock %}
{% block header-title %}Création d'un article{% endblock %}
{% block main %}
{% include "kfet/form_full_snippet.html" with authz=perms.kfet.add_article submit_text="Enregistrer" %}
{% endblock %}