mirror of
https://gitlab.crans.org/bde/nk20
synced 2024-11-26 10:27:07 +00:00
9 lines
216 B
HTML
9 lines
216 B
HTML
{% extends "base.html" %}
|
|
{% load render_table from django_tables2 %}
|
|
{% block content %}
|
|
|
|
{% render_table object_list %}
|
|
|
|
<a class="btn btn-primary" href="{% url 'member:club_create' %}">New Club</a>
|
|
{% endblock %}
|