This commit is contained in:
Ross
2021-02-25 18:02:02 +00:00
parent 67163e85ee
commit f5b61f4488
9 changed files with 68 additions and 7 deletions
+1 -1
View File
@@ -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"