diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-03-15 08:31:06 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-03-15 08:31:06 +0100 |
commit | bf5f5704ce4e64f451c7552635aa017c9cf0ed28 (patch) | |
tree | 68a288147cbd3d47b502c9bafebdc6746096a92c /source | |
parent | Updated templates. (diff) | |
download | newspipe-bf5f5704ce4e64f451c7552635aa017c9cf0ed28.tar.gz newspipe-bf5f5704ce4e64f451c7552635aa017c9cf0ed28.tar.bz2 newspipe-bf5f5704ce4e64f451c7552635aa017c9cf0ed28.zip |
Updated link to the picture in the authentication page.
Diffstat (limited to 'source')
-rwxr-xr-x | source/auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/auth.py b/source/auth.py index 66e8200f..82c3a440 100755 --- a/source/auth.py +++ b/source/auth.py @@ -225,7 +225,7 @@ class AuthController(object): <body> <div> <div id="logform"> - <img src="/img/tuxrss.png" alt="pyAggr3g470r" /> + <img src="/static/img/tuxrss.png" alt="pyAggr3g470r" /> <form method="post" action="/auth/login"> <input type="hidden" name="from_page" value="%(from_page)s" /> %(msg)s<br /> |