.
This commit is contained in:
+5
-1
@@ -504,10 +504,14 @@ def get_region_id(request):
|
||||
class RapidView(LoginRequiredMixin, SingleTableMixin, FilterView):
|
||||
model = Rapid
|
||||
table_class = RapidTable
|
||||
template_name = "rapids/view.html"
|
||||
template_name = "question_table_view.html"
|
||||
|
||||
filterset_class = RapidFilter
|
||||
|
||||
def get_context_data(self, **kwargs):
|
||||
context = super().get_context_data(**kwargs)
|
||||
context["app_name"] = "rapids"
|
||||
return context
|
||||
|
||||
|
||||
@login_required
|
||||
|
||||
Reference in New Issue
Block a user