1499c0bced
K-Fêt - Wagtail - Page content becomes a StreamField. - GroupTeam snippet becomes a block for stream field. - Navigation menu moved becomes a "flatmenu", preventing possible future conflicts. - Page layout can be modified in wagtail admin. K-Fêt - Add shorthands for ukf account balance/article price. - Cleaning stylesheets and templates.
13 lines
367 B
HTML
13 lines
367 B
HTML
{% extends "kfet/base_form.html" %}
|
|
|
|
{% block title %}Modification d'un relevé{% endblock %}
|
|
{% block header-title %}
|
|
Caisse {{ checkout.name }}<br>
|
|
Modification du relevé {{ checkoutstatement.at }}
|
|
{% endblock %}
|
|
|
|
{% block main %}
|
|
|
|
{% include "kfet/form_full_snippet.html" with authz=perms.kfet.change_checkoutstatement submit_text="Enregistrer"%}
|
|
|
|
{% endblock %}
|