1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Paginate memberships and transactions

This commit is contained in:
Yohann D'ANELLO
2020-04-06 19:51:39 +02:00
parent 6fedbe2a2a
commit e067b19d41
7 changed files with 70 additions and 62 deletions

View File

@ -55,7 +55,7 @@
<a class="btn btn-primary btn-sm my-1" href="{% url 'member:club_update' pk=club.pk %}"> {% trans "Edit" %}</a>
{% endif %}
{% url 'member:club_detail' club.pk as club_detail_url %}
{%if request.get_full_path != club_detail_url %}
{%if request.path_info != club_detail_url %}
<a class="btn btn-primary btn-sm my-1" href="{{ club_detail_url }}">{% trans 'View Profile' %}</a>
{% endif %} </div>
</div>