Keep 1.4 compatibility in templates

This commit is contained in:
Claude Paroz 2013-04-08 14:26:12 +02:00
parent 4b6a8d50c3
commit c79d27cf5a
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{% extends "admin/base_site.html" %}
{% load i18n %}
{% load url from future %}
{% block extrastyle %}
<style>

View file

@ -1,4 +1,5 @@
{% extends "admin/base_site.html" %}
{% load url from future %}
{% block content %}
<h2>Liste des institutions</h2>