merged login view with website Index, wasted time on small details

This commit is contained in:
Arthur Gerbaud
2016-08-13 23:17:43 +02:00
parent 128314bcb3
commit 0c932a600f
9 changed files with 64 additions and 35 deletions

View File

@@ -114,6 +114,7 @@ class WebsiteTemplateMixin(TemplateResponseMixin):
context['stylesheets'] = self.Configuration.stylesheets
context['apps'] = self.Configuration.apps
context['active_app'] = self.active_app
context['user_group'] = self.request.user.groups.first()
#Webpage
context['content_template'] = self.get_content_template()
context['app_menu'] = self.get_menu()