group creation form can now be submitted!

Whoops
This commit is contained in:
Hugh Rundle
2021-09-24 15:04:52 +10:00
parent 4e93b09067
commit f32a2cc4d0
3 changed files with 8 additions and 7 deletions

View File

@ -6,7 +6,7 @@
{% endblock %}
{% block form %}
<form name="create-list" method="post" action="{% url 'lists' %}">
<form name="create-group" method="post" action="{% url 'groups' %}">
{% include 'group/form.html' %}
</form>
{% endblock %}