From 13cfdb36af6e4c53ed127f0e1609ed28c805a488 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Wed, 5 Sep 2012 00:43:19 +0200 Subject: [PATCH] Updated login form to new template style. --- .../templates/participant/login.html | 27 +++++++++---------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/openslides/participant/templates/participant/login.html b/openslides/participant/templates/participant/login.html index b873f8859..632065cd2 100644 --- a/openslides/participant/templates/participant/login.html +++ b/openslides/participant/templates/participant/login.html @@ -32,23 +32,22 @@ {% endif %}
{% csrf_token %} - - - - - - - - - -
{{ form.username.label_tag }}{{ form.username }}
{{ form.password.label_tag }}{{ form.password }}
+
+ + +
+
+ + +
+

- {% if os_enable_anonymous_login %} - {% endif %}