From ab3597839daa159fc9823ffe772eee684fd19b9a Mon Sep 17 00:00:00 2001 From: Hugo LEVY-FALK Date: Sun, 25 Mar 2018 09:20:38 +0200 Subject: [PATCH] =?UTF-8?q?Acc=C3=A8s=20rapide=20aux=20options=20de=20cr?= =?UTF-8?q?=C3=A9ation=20de=20machines=20et=20d'adh=C3=A9rents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 7 +++++++ 1 file changed, 7 insertions(+) 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 %}