Update base.html to use renderblock

This commit is contained in:
Benjamin Dauvergne 2015-06-01 00:21:48 +02:00
parent 9873991d42
commit 06f598ecc9
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{% load staticfiles i18n %}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
{% load authentic2 staticfiles i18n %}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
@ -7,10 +7,11 @@
<link rel="stylesheet" href="{{ STATIC_URL }}pratic2/portail-citoyen.css" />
<!-- <link rel="stylesheet" href="{{ STATIC_URL }}jquery/css/jquery-ui.custom.css" />
<link rel="stylesheet" href="{{ STATIC_URL }}ulx/css/ulx.css" /> -->
<title>{% block title %}User test{% endblock %}</title>
{{ openid_meta }}
<title>Connexion CDG59</title>
{% block extra_scripts %}
{% endblock %}
{% renderblock "css" %}
{% renderblock "js" %}
</head>
<body {% block bodyargs %}{% endblock %} >