diff --git a/templates/base.html b/templates/base.html index 740881bf..73d06011 100644 --- a/templates/base.html +++ b/templates/base.html @@ -74,6 +74,7 @@ with this program; if not, write to the Free Software Foundation, Inc., @@ -85,6 +86,12 @@ with this program; if not, write to the Free Software Foundation, Inc., {% can_view_app users %}
  • Gérer les adhérents
  • {% acl_end %} + {% can_create Adherent %} +
  • Créer un adhérent
  • + {% acl_end %} + {% can_create Club %} +
  • Créer un club/association
  • + {% acl_end %} {% can_view_app machines %}
  • Gérer les machines
  • {% acl_end %}