working on #10

This commit is contained in:
Arthur Gerbaud
2016-11-15 16:47:44 +01:00
parent b085d6295c
commit 96f013041b
8 changed files with 55 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ from django.http import HttpResponseRedirect
class Index(WebsiteTemplateMixin, views.generic.TemplateView):
template_name = "main.html"
app_menu = [] #TODO: fix this !
app_menu = None
login_response = None
class PageInfo: