further refoctor default render

This commit is contained in:
Usman Nasir
2021-03-03 21:15:23 +05:00
parent b9e0a29a37
commit 8dde79dead
5 changed files with 3 additions and 13 deletions

View File

@@ -29,7 +29,6 @@ def loadDockerHome(request):
userID = request.session['userID']
admin = Administrator.objects.get(pk=userID)
template = 'dockerManager/index.html'
proc = httpProc(request, template, {"type": admin.type}, 'admin')
return proc.render()