create group form
adds a group creation form to user dashboard
This commit is contained in:
parent
e07a25e288
commit
4e93b09067
7 changed files with 49 additions and 21 deletions
|
@ -34,9 +34,9 @@
|
|||
{% include 'groups/form.html' %}
|
||||
</form>
|
||||
|
||||
<!-- {% include 'lists/list_items.html' with lists=lists %} -->
|
||||
{% include 'groups/group_items.html' with groups=groups %}
|
||||
</section>
|
||||
<div>
|
||||
<!-- {% include 'snippets/pagination.html' with page=user_groups path=path %} -->
|
||||
{% include 'snippets/pagination.html' with page=user_groups path=path %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue