Ajouter Didactique

This commit is contained in:
alazo 2017-05-05 17:12:08 +02:00
parent 29270557fe
commit 754184b1b1
2 changed files with 2 additions and 0 deletions

View file

@ -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