aboutsummaryrefslogtreecommitdiff
path: root/source/auth.py
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-01-14 21:04:00 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-01-14 21:04:00 +0100
commit677e5142e341656b9decd6b5e881cd3e31e451c4 (patch)
tree2b0172d0e3d57351783fc6aedd9d400d67658d9d /source/auth.py
parentMinor fix: in utils.py the list of feeds must be retrieved via the conf module. (diff)
downloadnewspipe-677e5142e341656b9decd6b5e881cd3e31e451c4.tar.gz
newspipe-677e5142e341656b9decd6b5e881cd3e31e451c4.tar.bz2
newspipe-677e5142e341656b9decd6b5e881cd3e31e451c4.zip
Minor changes to the login page.
Diffstat (limited to 'source/auth.py')
-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