diff --git a/templates/member/club_info.html b/templates/member/club_info.html index b63c1e85..539d9867 100644 --- a/templates/member/club_info.html +++ b/templates/member/club_info.html @@ -13,6 +13,9 @@
{% trans 'name'|capfirst %}
{{ club.name}}
+
{% trans 'Club Parent'|capfirst %}
+
{{ club.parent_club.name}}
+
{% trans 'membership start'|capfirst %}
{{ club.membership_start }}