aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-03-15 08:31:06 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-03-15 08:31:06 +0100
commitbf5f5704ce4e64f451c7552635aa017c9cf0ed28 (patch)
tree68a288147cbd3d47b502c9bafebdc6746096a92c /source
parentUpdated templates. (diff)
downloadnewspipe-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-xsource/auth.py2
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 />
bgstack15