.
This commit is contained in:
@@ -13,8 +13,8 @@
|
|||||||
<!-- {{ form.media }} -->
|
<!-- {{ form.media }} -->
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h2>Edit Group / {{cidusergroup.name}}</h2>
|
<h2>Add / Edit Group / {{cidusergroup.name}}</h2>
|
||||||
Use this form to edit a CID user group.
|
Use this form to create / edit a CID user group.
|
||||||
<form action="" method="post" enctype="multipart/form-data" id="condition-form">
|
<form action="" method="post" enctype="multipart/form-data" id="condition-form">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -57,7 +57,7 @@ urlpatterns = [
|
|||||||
"cids/group/<int:pk>/update", views.CidUserGroupUpdate.as_view(), name="group_update"
|
"cids/group/<int:pk>/update", views.CidUserGroupUpdate.as_view(), name="group_update"
|
||||||
),
|
),
|
||||||
path(
|
path(
|
||||||
"cids/group/<int:pk>/create", views.CidUserGroupCreate.as_view(), name="group_create"
|
"cids/group/create", views.CidUserGroupCreate.as_view(), name="group_create"
|
||||||
),
|
),
|
||||||
path("cids/create", views.manage_cid_users, name="manage_cid_users"),
|
path("cids/create", views.manage_cid_users, name="manage_cid_users"),
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user