Reinit
This commit is contained in:
commit
98d91f13b1
1611 changed files with 49772 additions and 0 deletions
15
templates/admin/base_site.html
Normal file
15
templates/admin/base_site.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{% extends "admin/base.html" %}
|
||||
|
||||
{% block title %}EDS{% endblock %}
|
||||
|
||||
{% block branding %}
|
||||
<h1 id="site-name"><a href="{% url 'admin:index' %}">{{ site_header|default:_('Django administration') }}</a></h1>
|
||||
{% endblock %}
|
||||
|
||||
{% block nav-global %}{% endblock %}
|
||||
{% block breadcrumbs %}
|
||||
<div class="breadcrumbs">
|
||||
<a href="{% url 'home' %}">Accueil</a>
|
||||
|
||||
</div>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue