mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 15:13:33 +00:00
Moved admin/common/form.html to project templates
This commit is contained in:
@@ -33,7 +33,7 @@ def group_create(request):
|
||||
|
||||
return render(
|
||||
request,
|
||||
'admin/common/form.html',
|
||||
'common/form.html',
|
||||
{
|
||||
'form': form,
|
||||
'title': _('Create Group'),
|
||||
@@ -51,7 +51,7 @@ def group_update(request, pk):
|
||||
|
||||
return render(
|
||||
request,
|
||||
'admin/common/form.html',
|
||||
'common/form.html',
|
||||
{
|
||||
'form': form,
|
||||
'title': _('Update Group'),
|
||||
|
||||
Reference in New Issue
Block a user