projets
/
auf_django_references.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Correction d'un problème d'encodage lorsqu'on lance un syncdb dans une pipe
[auf_django_references.git]
/
tests
/
templates
/
index.html
1
<html>
2
<body>
3
<ul>
4
<li><a
href
=
"{% url admin:index %}"
>
Admin
</a></li>
5
<li><a
href
=
"{% url universite_list %}"
>
Universités
</a></li>
6
</ul>
7
</body>
8
</html>