.
This commit is contained in:
+1
-1
@@ -486,7 +486,7 @@ def get_region_id(request):
|
||||
return HttpResponse("/")
|
||||
|
||||
|
||||
class RapidView(SingleTableMixin, FilterView):
|
||||
class RapidView(LoginRequiredMixin, SingleTableMixin, FilterView):
|
||||
model = Rapid
|
||||
table_class = RapidTable
|
||||
template_name = "rapids/view.html"
|
||||
|
||||
Reference in New Issue
Block a user