further refoctor default render managessl

This commit is contained in:
Usman Nasir
2021-03-06 11:33:12 +05:00
parent e813738a22
commit 6667ed2a3e

View File

@@ -100,7 +100,6 @@ def sslForHostName(request):
userID = request.session['userID']
currentACL = ACLManager.loadedACL(userID)
websitesName = ACLManager.findAllSites(currentACL, userID, 1)
proc = httpProc(request, 'manageSSL/sslForHostName.html',
{'websiteList': websitesName}, 'hostnameSSL')
return proc.render()