This commit is contained in:
Ross
2022-02-08 12:46:58 +00:00
parent 36732765b4
commit 48f44f5542
+2 -2
View File
@@ -29,8 +29,8 @@
</script>
{% if view_all %}
<a href="{% url 'generic:group_create' %}">View active</a>
<a href="{% url 'generic:group_view' %}">View active</a>
{% else %}
<a href="{% url 'generic:group_create_all' %}">View all</a>
<a href="{% url 'generic:group_view_all' %}">View all</a>
{% endif %}
{% endblock %}