projets
/
auf_savoirs_en_partage_django.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
add chercheurs/rechercher.html
[auf_savoirs_en_partage_django.git]
/
auf_savoirs_en_partage
/
templates
/
chercheurs
/
retrieve.html
Commit
Line
Data
c1f34f42
1
{% extends "container_base.html" %}
2
3
{% block contenu %}
4
<h4>{{ chercheur }}</h4>
5
6
<p>
7
Voici la fiche chercheur de {{ chercheur }}.
8
</p>
9
10
{% endblock %}