summaryrefslogtreecommitdiff
path: root/chimere/templates/admin/base_site.html
blob: fa537eff70afc1992deb7091e0a3406e841c78b8 (plain)
1
2
3
4
5
6
7
8
9
10
{% extends "admin/base.html" %}
{% load i18n %}

{% block title %}{{ title }} | {% trans 'Administration de Chimère' %}{% endblock %}

{% block branding %}
<h1 id="site-name">{% trans 'Administration de Chimère' %}</h1>
{% endblock %}

{% block nav-global %}{% endblock %}