Ajouter Didactique
This commit is contained in:
parent
29270557fe
commit
754184b1b1
2 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ class HomeView(TemplateView):
|
|||
for d in Domaine.objects.all().order_by('code'):
|
||||
context[d.code] = d
|
||||
|
||||
|
||||
for c in Processus.objects.all().order_by('code'):
|
||||
context[c.code] = c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue