projets
/
auf_paf.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Nettoyage, 1ère passe…
[auf_paf.git]
/
paf
/
templates
/
personne_detail.html
1
{% extends
"base.html"
%}
2
3
{% block main %}
4
<h1>
{{ personne }}
</h1>
5
6
<p>
7
Établissement :
<a
href
=
"{% url etablissement personne.universite.id %}"
>
{{ personne.universite }}
</a>
8
</p>
9
10
{% endblock %}