Correction bug si aucune catégorie

This commit is contained in:
Jean-Christophe Engel 2023-12-07 20:36:53 +01:00
parent 57724591c3
commit 2bf414fcf3
1 changed files with 26 additions and 22 deletions

View File

@ -67,6 +67,7 @@
{{:assign var="categories.%s"|args:$category.key value=$category.name}} {{:assign var="categories.%s"|args:$category.key value=$category.name}}
{{/load}} {{/load}}
{{if $categories != null}}
{{* formulaire d'ajout de matériel *}} {{* formulaire d'ajout de matériel *}}
<form method="post" action=""> <form method="post" action="">
@ -93,4 +94,7 @@
</p> </p>
</form> </form>
{{else}}
<p class="block error">Il n'y a aucune catégorie</p>
{{/if}}
{{:admin_footer}} {{:admin_footer}}