1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-01-18 22:21:18 +00:00
nk20/templates/member/club_list.html

9 lines
216 B
HTML
Raw Normal View History

2019-08-11 23:25:27 +02:00
{% extends "base.html" %}
2019-08-13 18:22:19 +02:00
{% load render_table from django_tables2 %}
2019-08-11 23:25:27 +02:00
{% block content %}
2019-08-13 18:22:19 +02:00
{% render_table object_list %}
2019-08-11 23:25:27 +02:00
<a class="btn btn-primary" href="{% url 'member:club_create' %}">New Club</a>
{% endblock %}