Keep 1.4 compatibility in templates
This commit is contained in:
parent
4b6a8d50c3
commit
c79d27cf5a
2 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{% extends "admin/base_site.html" %}
|
||||
{% load i18n %}
|
||||
{% load url from future %}
|
||||
|
||||
{% block extrastyle %}
|
||||
<style>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{% extends "admin/base_site.html" %}
|
||||
{% load url from future %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Liste des institutions</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue