This commit is contained in:
Ross
2022-02-08 12:27:27 +00:00
parent 83c39b70bf
commit a4b13371d4
2 changed files with 3 additions and 0 deletions
@@ -2,6 +2,9 @@
{% block content %}
<h2>Groups</h2>
<p>
<a href="{% url 'generic:group_create' %}">Create new group</a>
</p>
{% for group in groups %}
<p>{{group.name}}
<button class="url-button" data-url="{% url 'generic:group_email' pk=group.pk %}