1
0
Fork 0
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:
Real-Gecko 2020-06-15 16:30:27 +06:00
parent 354163fa1d
commit 68f7376d15
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ def group_delete(request, pk):
return render( return render(
request, request,
'admin/common/confirm_delete.html', 'common/confirm_delete.html',
{'object': group}, {'object': group},
) )
@ -141,7 +141,7 @@ def user_delete(request, pk):
return render( return render(
request, request,
'admin/common/confirm_delete.html', 'common/confirm_delete.html',
{'object': user}, {'object': user},
) )