From 4ffc01a6304102929dc9654fa45816835092a7d5 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Fri, 12 Oct 2012 07:53:02 +0200 Subject: HTML5 doctype. You have now to be logged to acces to your pyAggr3g470r instance. Usefull if it is hosted on Amazon EC2 for example. --- source/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/auth.py') diff --git a/source/auth.py b/source/auth.py index e2bdcf2b..52ceede6 100755 --- a/source/auth.py +++ b/source/auth.py @@ -147,7 +147,7 @@ class AuthController(object): Login page. """ msg = "" - return """ + return """\n -- cgit