add button for non-owner members to leave group

This commit is contained in:
Hugh Rundle
2021-10-02 21:24:26 +10:00
parent eed9d44cfd
commit 680e547c8b
3 changed files with 21 additions and 4 deletions

View File

@ -10,8 +10,9 @@
{% block searchresults %}
{% endblock %}
{% include "groups/members.html" with group=group %}
<div class="mb-2">
{% include "groups/members.html" with group=group %}
</div>
<h2 class="title is-5">Lists</h2>
{% if not lists %}