From d5b579c353a6e38694a41c2ec4dda00a2d62a40d Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Fri, 16 Feb 2018 16:24:15 +0000
Subject: [PATCH] Tidy up some things that snuck through the rebase

---
 opentech/apply/dashboard/views.py | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/opentech/apply/dashboard/views.py b/opentech/apply/dashboard/views.py
index ffbfdb710..34d5deb34 100644
--- a/opentech/apply/dashboard/views.py
+++ b/opentech/apply/dashboard/views.py
@@ -1,8 +1,3 @@
-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
-- 
GitLab