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