Modifications mineures

This commit is contained in:
Jean-Christophe Engel 2025-05-12 14:21:19 +02:00
parent e3d494422f
commit da6b550cb6
3 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@
{{if $result.count == 0}}
<p class="block alert">Il n'y a aucune catégorie : vous devez en ajouter.</p>
{{else}}
{{if $_GET.prop == null || $_GET.prop}}
{{if $_GET.prop == null || $_GET.prop == "1"}}
{{:include file="./inventaire.html"}}
{{else}}
{{:include file="./inventaire_nonprop.html"}}