a206288bbe
On n'utilise plus des chemins du type `"calendrier.views.home"` sous forme de chaîne de caratères (déprécié).
11 lines
357 B
HTML
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 %}
|