mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 14:26:16 +01:00
bug fix: template load of email limits
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user