mirror of https://gitlab.crans.org/bde/nk20
7 lines
186 B
HTML
7 lines
186 B
HTML
|
{% 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 %}
|