This commit is contained in:
Ross
2022-02-08 12:46:23 +00:00
parent 52a2318f7e
commit 36732765b4
3 changed files with 27 additions and 0 deletions
@@ -27,4 +27,10 @@
})
</script>
{% if view_all %}
<a href="{% url 'generic:group_create' %}">View active</a>
{% else %}
<a href="{% url 'generic:group_create_all' %}">View all</a>
{% endif %}
{% endblock %}