Browse Source

Retrait des boutons de la sidebar pour la self adhesion

rewrite_authors
Yoann Piétri 8 years ago
committed by root
parent
commit
a742bb860f
  1. 2
      users/templates/users/sidebar.html

2
users/templates/users/sidebar.html

@ -25,6 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% load acl %}
{% block sidebar %}
{% if request.user.is_authenticated%}
{% can_create Club %}
<a class="list-group-item list-group-item-success" href="{% url "users:new-club" %}">
<i class="glyphicon glyphicon-plus"></i>
@ -37,6 +38,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Créer un adhérent
</a>
{% acl_end %}
{% endif %}
{% can_view_all Club %}
<a class="list-group-item list-group-item-info" href="{% url "users:index-clubs" %}">
<i class="glyphicon glyphicon-list"></i>

Loading…
Cancel
Save