Commit d29e8e6f29dcfb73d077cec5d2f9f3d61a30363b
1 parent
92473297
Exists in
master
and in
2 other branches
Modified home subjects template to fix carousel issue
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
subjects/views.py
... | ... | @@ -39,7 +39,7 @@ from amadeus.permissions import has_category_permissions, has_subject_permission |
39 | 39 | class HomeView(LoginRequiredMixin, ListView): |
40 | 40 | login_url = reverse_lazy("users:login") |
41 | 41 | redirect_field_name = 'next' |
42 | - template_name = 'subjects/initial.html' | |
42 | + template_name = 'subjects/home.html' | |
43 | 43 | context_object_name = 'subjects' |
44 | 44 | paginate_by = 10 |
45 | 45 | total = 0 | ... | ... |