add links to club edit page

This commit is contained in:
imperosol
2026-04-16 00:05:58 +02:00
parent c7160727ce
commit a74f0dde39
3 changed files with 29 additions and 2 deletions
+9
View File
@@ -12,6 +12,15 @@
<h2>{% trans %}Club members{% endtrans %}</h2>
{% if club.can_roles_be_edited_by(user) %}
<a
href="{{ url("club:club_roles", club_id=object.id) }}"
class="btn btn-blue margin-bottom"
>
{% trans %}Manage roles{% endtrans %}
</a>
{% endif %}
{% if add_member_fragment %}
<br />
{{ add_member_fragment }}