diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-01-14 21:04:00 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-01-14 21:04:00 +0100 |
commit | 677e5142e341656b9decd6b5e881cd3e31e451c4 (patch) | |
tree | 2b0172d0e3d57351783fc6aedd9d400d67658d9d | |
parent | Minor fix: in utils.py the list of feeds must be retrieved via the conf module. (diff) | |
download | newspipe-677e5142e341656b9decd6b5e881cd3e31e451c4.tar.gz newspipe-677e5142e341656b9decd6b5e881cd3e31e451c4.tar.bz2 newspipe-677e5142e341656b9decd6b5e881cd3e31e451c4.zip |
Minor changes to the login page.
-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> |