modifications cosmétiques

This commit is contained in:
Jean-Christophe Engel 2025-01-21 10:39:43 +01:00
parent f41caf7ad7
commit 551097fbd1
14 changed files with 41 additions and 40 deletions

View file

@ -33,7 +33,7 @@
{{:form_errors}}
{{* formulaire d'ajout de catégorie *}}
<form method="post" action="{{$self_url}}">
<form method="post" action="{{$self_url}}" data-focus="1">
<fieldset class="ajout_categorie">
<legend>Ajouter une catégorie</legend>
<dl>

View file

@ -29,7 +29,7 @@
{{:form_errors}}
{{* formulaire de modification de catégorie *}}
<form method="post" action="">
<form method="post" action="" data-focus="1">
<fieldset class="modif_categorie">
<legend>Modifier la catégorie « {{$category.name}} »</legend>
<dl>