further refoctor default render managessl

This commit is contained in:
Usman Nasir 2021-03-06 11:33:12 +05:00
parent b97bd2e0e4
commit 484b6adcc5
1 changed files with 0 additions and 1 deletions

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()