projets
/
progfou.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Mes premières dents (les incisives) sur Django...
[progfou.git]
/
auf_zap
/
templates
/
admin
/
base_site.html
1
{% extends
"admin/base.html"
%}
2
3
{% block title %}{{ title }} | AUF — ZAP — Administration{% endblock %}
4
5
{% block branding %}
6
<h1
id
=
"site-name"
>
AUF — ZAP — Administration
</h1>
7
{% endblock %}
8
9
{% block nav-global %}{% endblock %}