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 %}