add basic club management
This commit is contained in:
parent
4dead7edf2
commit
3cce57695d
8 changed files with 75 additions and 7 deletions
6
templates/member/club_detail.html
Normal file
6
templates/member/club_detail.html
Normal 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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue