Skip to content
Snippets Groups Projects
Commit 5c988c37 authored by Roang's avatar Roang
Browse files

Move templates to projects folder

parent cb5798d7
No related branches found
No related tags found
1 merge request!982Update plainui translations
......@@ -25,7 +25,7 @@ from plainui.views.utils import (
class ProjectView(ConferenceRequiredMixin, DetailView):
model = Project
template_name = 'plainui/project.html.j2'
template_name = 'plainui/projects/detail.html.j2'
context_object_name = 'project'
self_organized = False
......@@ -59,7 +59,7 @@ class ProjectView(ConferenceRequiredMixin, DetailView):
class ProjectsListView(ConferenceRequiredMixin, PrefetchTagsMixin, AlphabeticalPaginatorView):
model = Project
template_name = 'plainui/projects.html.j2'
template_name = 'plainui/projects/list.html.j2'
context_object_name = 'projects'
filters = {
'name': ('name__icontains', 'str'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment