mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 13:56:01 +01:00
further refoctor default render
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user