From 06f598ecc99380b8e2e425cc6e2c98aa0dcb4d58 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 1 Jun 2015 00:21:48 +0200 Subject: [PATCH] Update base.html to use renderblock --- authentic2/templates/authentic2/base.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/authentic2/templates/authentic2/base.html b/authentic2/templates/authentic2/base.html index 1ae7b6c..dbaf9ae 100644 --- a/authentic2/templates/authentic2/base.html +++ b/authentic2/templates/authentic2/base.html @@ -1,4 +1,4 @@ -{% load staticfiles i18n %} @@ -7,10 +7,11 @@ - {% block title %}User test{% endblock %} - {{ openid_meta }} + Connexion CDG59 {% block extra_scripts %} {% endblock %} + {% renderblock "css" %} + {% renderblock "js" %}