add "Create list" form to group template

This commit is contained in:
Hugh Rundle
2021-12-19 14:19:35 +11:00
parent f7c6cb3598
commit 1603df0817
4 changed files with 20 additions and 10 deletions

View File

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