From 55b5ebc90a0e028bc74610701b5f4e61a033c285 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 8 Dec 2014 14:24:33 +0100 Subject: [PATCH] Update login.html --- authentic2/static/pratic2 | 1 - authentic2/templates/authentic2/login.html | 28 +++++++++------------- 2 files changed, 11 insertions(+), 18 deletions(-) delete mode 120000 authentic2/static/pratic2 diff --git a/authentic2/static/pratic2 b/authentic2/static/pratic2 deleted file mode 120000 index babe817..0000000 --- a/authentic2/static/pratic2 +++ /dev/null @@ -1 +0,0 @@ -../../portail-citoyen2/static/pratic2/ \ No newline at end of file diff --git a/authentic2/templates/authentic2/login.html b/authentic2/templates/authentic2/login.html index b868379..e62fa81 100644 --- a/authentic2/templates/authentic2/login.html +++ b/authentic2/templates/authentic2/login.html @@ -1,32 +1,26 @@ {% extends "base.html" %} -{% load i18n %} +{% load i18n sekizai_tags gadjo %} {% block title %} {% trans "Log in" %} {% endblock %} -{% block breadcrumb %} - -{% endblock %} - {% block content %}

Connexion

-{% for name, content in methods %} -
-{{ content|safe }} -
+{% for id, login_block in blocks.iteritems %} +
+ {{ login_block.content|safe }} +
{% endfor %} -

  Vous devez accepter les cookies pour vous identifier.

-{% endblock %} - -{% block extra_scripts %} - - - - +{% addtoblock "css" %}{% endaddtoblock %} +{% addtoblock "css" %}{% endaddtoblock %} +{% addtoblock "js" %}{% endaddtoblock %} +{% addtoblock "js" %}{% endaddtoblock %} +{% addtoblock "js" %}{% endaddtoblock %} +{% addtoblock "js" %}{% endaddtoblock %} {% endblock %}