diff options
Diffstat (limited to 'source/auth.py')
-rwxr-xr-x | source/auth.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/auth.py b/source/auth.py index 9ca1c46f..ac30ea98 100755 --- a/source/auth.py +++ b/source/auth.py @@ -209,10 +209,9 @@ class AuthController(object): """ Login page. """ - msg = "" return """<!DOCTYPE html>\n<html> <head> - <title>pyAggr3g470r - News aggregator</title> + <title>pyAggr3g470r</title> <link rel="stylesheet" type="text/css" href="/css/log.css" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> </head> |