aboutsummaryrefslogtreecommitdiff
path: root/source/auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'source/auth.py')
-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