ernestophone.ens.fr/templates/admin/base_site.html

12 lines
371 B
HTML
Raw Normal View History

2015-03-29 19:21:19 +02:00
{% 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 'gestion.views.home' %}">Accueil</a></h1>
{% endblock %}
{% block nav-global %}{% endblock %}