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

add basic club management

This commit is contained in:
Pierre-antoine Comby
2019-08-11 23:25:27 +02:00
parent 4dead7edf2
commit 3cce57695d
8 changed files with 75 additions and 7 deletions

View File

@ -0,0 +1,6 @@
{% extends "base.html" %}
{% load static %}
{% block content %}
<p><a class="btn btn-default" href="{% url 'member:club_list' %}">Clubs</a></p>
<h5>{{ object.name }}</h5>
{% endblock %}