projets
/
auf_rh_dae.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa3eb94
)
misère... debug accueil
author
davin baragiotta
<davin.baragiotta@u-db.(none)>
Mon, 8 Aug 2011 14:22:05 +0000
(10:22 -0400)
committer
Davin BARAGIOTTA
<davin.baragiotta@auf.org>
Mon, 8 Aug 2011 14:22:05 +0000
(10:22 -0400)
project/views.py
patch
|
blob
|
blame
|
history
diff --git
a/project/views.py
b/project/views.py
index
5bff05e
..
3e26830
100644
(file)
--- a/
project/views.py
+++ b/
project/views.py
@@
-15,7
+15,7
@@
def accueil(request):
employes = rh.Employe.objects.filter(actif=True).exclude(supprime=True).order_by('?')
c['employes'] = employes[0:10]
- return render_to_response('acceuil.html', c, rc)
+ return render_to_response('accueil.html', c, rc)
def erreur404(request) :
c = {