Skip to content
Snippets Groups Projects
Commit d5b579c3 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Tidy up some things that snuck through the rebase

parent 06d1cd87
No related branches found
No related tags found
No related merge requests found
from django.contrib.postgres.search import SearchVector
from django.db.models import TextField
from django.db.models.functions import Cast
from django.views.generic import DetailView
from django_filters.views import FilterView
from django_tables2.views import SingleTableMixin
......@@ -19,10 +14,6 @@ class DashboardView(SingleTableMixin, FilterView):
filterset_class = SubmissionFilter
class SubmissionDetailView(DetailView):
model = ApplicationSubmission
class SearchView(SingleTableMixin, FilterView):
template_name = 'dashboard/search.html'
table_class = DashboardTable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment