This commit is contained in:
Ross
2021-12-14 19:36:54 +00:00
parent 68aa22e01a
commit 71eec1bd0f
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
{% block content %}
{% for group in groups %}
<p>Group: {{author.name}} [Email candidate details]</p>
<p>Group: {{author.name}} <a href="{% url 'generic:group_email' pk=group.pk %}">[Email candidate details]</a></p>
{% endfor %}
{% endblock %}