Separate club members in a dedicated page (WIP)
This commit is contained in:
parent
72dcc93136
commit
bd35e4e21e
7 changed files with 88 additions and 7 deletions
|
|
@ -11,7 +11,7 @@
|
|||
<div class="card-body" id="profile_infos">
|
||||
<dl class="row">
|
||||
<dt class="col-xl-6">{% trans 'name'|capfirst %}</dt>
|
||||
<dd class="col-xl-6">{{ club.name}}</dd>
|
||||
<dd class="col-xl-6">{{ club.name }}</dd>
|
||||
|
||||
{% if club.parent_club %}
|
||||
<dt class="col-xl-6"><a href="{% url 'member:club_detail' club.parent_club.pk %}">{% trans 'Club Parent'|capfirst %}</a></dt>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue