diff options
author | cedricbonhomme <devnull@localhost> | 2012-10-12 08:00:39 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2012-10-12 08:00:39 +0200 |
commit | 1439d67d0d082f20181b423d7950d415e886b388 (patch) | |
tree | 5f883f03e43ec92d5061e39b7a9194a70714b279 /source/auth.py | |
parent | HTML5 doctype. You have now to be logged to acces to your pyAggr3g470r instan... (diff) | |
download | newspipe-1439d67d0d082f20181b423d7950d415e886b388.tar.gz newspipe-1439d67d0d082f20181b423d7950d415e886b388.tar.bz2 newspipe-1439d67d0d082f20181b423d7950d415e886b388.zip |
Added log.css
Diffstat (limited to 'source/auth.py')
-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 52ceede6..255cf6a6 100755 --- a/source/auth.py +++ b/source/auth.py @@ -149,7 +149,7 @@ class AuthController(object): msg = "" return """<!DOCTYPE html>\n<html> <head> - <link rel="stylesheet" type="text/css" href="/css/style.css" /> + <link rel="stylesheet" type="text/css" href="/css/log.css" /> </head> <body> <img src="/img/tuxrss.png" alt="pyAggr3g470r" /> |