From d29e8e6f29dcfb73d077cec5d2f9f3d61a30363b Mon Sep 17 00:00:00 2001 From: Gustavo Date: Wed, 19 Apr 2017 22:59:31 -0300 Subject: [PATCH] Modified home subjects template to fix carousel issue --- subjects/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/views.py b/subjects/views.py index 598a102..94c7fe1 100644 --- a/subjects/views.py +++ b/subjects/views.py @@ -39,7 +39,7 @@ from amadeus.permissions import has_category_permissions, has_subject_permission class HomeView(LoginRequiredMixin, ListView): login_url = reverse_lazy("users:login") redirect_field_name = 'next' - template_name = 'subjects/initial.html' + template_name = 'subjects/home.html' context_object_name = 'subjects' paginate_by = 10 total = 0 -- libgit2 0.21.2