From: Guillaume Pellerin Date: Wed, 31 Aug 2016 10:17:37 +0000 (+0200) Subject: Fix project detail template path X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b7d7e3b5c6da49123b1d584668efc7fbd59069e0;p=mezzo.git Fix project detail template path --- diff --git a/app/organization/projects/views.py b/app/organization/projects/views.py index 4a43447b..ec747068 100644 --- a/app/organization/projects/views.py +++ b/app/organization/projects/views.py @@ -7,7 +7,7 @@ from organization.core.views import * class ProjectListView(ListView): model = Project - template_name='project/project_list.html' + template_name='projects/project_list.html' class ProjectDetailView(SlugMixin, DetailView):