mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add support page
This commit is contained in:
parent
33e799955e
commit
70e5e698fa
6 changed files with 122 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue