comment not needed pages

This commit is contained in:
Usman Nasir
2021-04-09 12:17:19 +05:00
parent 031d814209
commit 8b9e988715
2 changed files with 12 additions and 11 deletions

View File

@@ -42,7 +42,7 @@ def terminal(request):
newFWRule.save()
proc = httpProc(request, 'WebTerminal/WebTerminal.html',
{'verifyPath': verifyPath, 'password': password})
{'verifyPath': verifyPath, 'password': password}, 'admin')
return proc.render()
def restart(request):