Add support page

This commit is contained in:
JonnyWong16 2018-06-09 21:28:40 -07:00
parent 33e799955e
commit 70e5e698fa
6 changed files with 122 additions and 4 deletions

View file

@ -5845,3 +5845,8 @@ class WebInterface(object):
logger.error(u"Failed to retrieve newsletter: Missing newsletter_id parameter.")
return "Failed to retrieve newsletter: missing newsletter_id parameter"
@cherrypy.expose
@requireAuth()
def support(self, query='', **kwargs):
return serve_template(templatename="support.html", title="Support")