From a4c40ad567abe66c52d119d3023482a02b71b1bb Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 4 Apr 2015 00:50:08 +0200 Subject: 'Jumbotron' replaced by 'well' bootstrap component in all templates. --- pyaggr3g470r/templates/login.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyaggr3g470r/templates/login.html') diff --git a/pyaggr3g470r/templates/login.html b/pyaggr3g470r/templates/login.html index ae0797a5..c37d6937 100644 --- a/pyaggr3g470r/templates/login.html +++ b/pyaggr3g470r/templates/login.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block content %}
-
+

{{ _('Log In') }}

{{ form.hidden_tag() }} @@ -27,4 +27,4 @@   {{ _('Forgot password') }}
-{% endblock %} \ No newline at end of file +{% endblock %} -- cgit