1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Moved admin/common/form.html to project templates

This commit is contained in:
Real-Gecko 2020-06-16 18:04:37 +06:00
parent d9785e397b
commit 1a3cc36ada
3 changed files with 7 additions and 3 deletions

View file

@ -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'),