|
|
|
@ -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> |
|
|
|
|