mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Add field to set new profile pic url. Support retrieving only.
This commit is contained in:
parent
b7baf1a05d
commit
7a7c92191d
3 changed files with 19 additions and 5 deletions
|
@ -173,7 +173,7 @@ class WebInterface(object):
|
|||
else:
|
||||
result = None
|
||||
status_message = 'An error occured.'
|
||||
|
||||
print result
|
||||
return serve_template(templatename="edit_user.html", title="Edit User", data=result, status_message=status_message)
|
||||
|
||||
@cherrypy.expose
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue