ernestophone.ens.fr/templates/admin/base_site.html
Martin Pépin a206288bbe Meilleures url
On n'utilise plus des chemins du type `"calendrier.views.home"` sous forme
de chaîne de caratères (déprécié).
2016-08-29 05:38:10 +02:00

11 lines
357 B
HTML

{% extends "admin/base.html" %}
{% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %}
{% block branding %}
<h1 id="site-name"><a href="{% url 'admin:index' %}">{{ site_header|default:_('Django administration') }}</a>
-
<a href="{% url 'home' %}">Accueil</a></h1>
{% endblock %}
{% block nav-global %}{% endblock %}