mirror of
https://github.com/retspen/webvirtcloud
synced 2025-02-03 11:05:18 +00:00
Moved confirm_delete.html to project templates
This commit is contained in:
parent
354163fa1d
commit
68f7376d15
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ def group_delete(request, pk):
|
|||
|
||||
return render(
|
||||
request,
|
||||
'admin/common/confirm_delete.html',
|
||||
'common/confirm_delete.html',
|
||||
{'object': group},
|
||||
)
|
||||
|
||||
|
@ -141,7 +141,7 @@ def user_delete(request, pk):
|
|||
|
||||
return render(
|
||||
request,
|
||||
'admin/common/confirm_delete.html',
|
||||
'common/confirm_delete.html',
|
||||
{'object': user},
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue