projets
/
auf_savoirs_en_partage_django.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Edition basique d'un profil
[auf_savoirs_en_partage_django.git]
/
auf_savoirs_en_partage
/
templates
/
chercheurs
/
perso.html
1
{% extends
"container_base.html"
%}
2
3
{% block contenu %}
4
<h4>
Espace chercheur
</h4>
5
6
<p>
7
Bonjour {{ chercheur }}, vous êtes dans votre espace personnel.
8
</p>
9
<ul
class
=
"sous-menu"
>
10
<li><a
href
=
"{% url chercheurs.views.edit %}"
>
Éditer profil
</a></li>
11
</ul>
12
13
{% endblock %}