create group form

adds a group creation form to user dashboard
This commit is contained in:
Hugh Rundle
2021-09-24 14:12:36 +10:00
parent e07a25e288
commit 4e93b09067
7 changed files with 49 additions and 21 deletions

View File

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