add group page
This commit is contained in:
parent
f32a2cc4d0
commit
9b6d2a9d88
11 changed files with 112 additions and 39 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
{% block panel %}
|
||||
<section class="block">
|
||||
<form name="create-group" method="post" action="{% url 'groups' %}" class="box is-hidden" id="create_group">
|
||||
<form name="create-group" method="post" action="{% url 'create-group' %}" class="box is-hidden" id="create_group">
|
||||
<header class="columns">
|
||||
<h3 class="title column">{% trans "Create group" %}</h3>
|
||||
<div class="column is-narrow">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue