déplacement admin_header et form_errors

This commit is contained in:
Jean-Christophe Engel 2025-01-22 11:56:07 +01:00
parent be14aa6809
commit f2a9cb6af6
16 changed files with 40 additions and 93 deletions

View file

@ -1,7 +1,5 @@
{{* -*- brindille -*- *}}
{{:admin_header title="Modifier une catégorie" current="module_equipment"}}
{{#load key=$_GET.key assign="category"}}
{{else}}
{{:error message="Catégorie introuvable"}}
@ -26,6 +24,7 @@
{{:redirect force="./index.html?ok=1&msg=modification"}}
{{/form}}
{{:admin_header title="Modifier une catégorie" current="module_equipment"}}
{{:form_errors}}
{{* formulaire de modification de catégorie *}}