forked from DGNum/gestioCOF
5776c81764
- Add css transitions on buttons + navbar links. - Clean css of navbar. - Clean templates with only centered form/content. - Page opened when login as generic team user close itself (only for non-CAS users). - A message is added when generic team user connects. - Fix extra space on right when messages are prompted.
10 lines
281 B
HTML
10 lines
281 B
HTML
{% extends 'kfet/base.html' %}
|
|
|
|
{% block title %}Nouvel article{% endblock %}
|
|
{% block content-header-title %}Création d'un article{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
{% include "kfet/base_form.html" with authz=perms.kfet.add_article submit_text="Enregistrer" %}
|
|
|
|
{% endblock %}
|