bug fix: template load of email limits
This commit is contained in:
parent
02ca5e5558
commit
a2dd43b97b
|
|
@ -1813,9 +1813,9 @@ milter_default_action = accept
|
|||
else:
|
||||
return redirect("https://cyberpanel.net/cyberpanel-addons")
|
||||
else:
|
||||
template = 'baseTemplate/EmailLimits.html'
|
||||
template = 'mailServer/EmailLimits.html'
|
||||
except BaseException as msg:
|
||||
template = 'baseTemplate/EmailLimits.html'
|
||||
template = 'mailServer/EmailLimits.html'
|
||||
|
||||
|
||||
proc = httpProc(self.request, template,
|
||||
|
|
|
|||
Loading…
Reference in New Issue