Create frcr_index.html template and update ExamViews to render it
This commit is contained in:
+1
-1
@@ -2989,7 +2989,7 @@ class ExamViews(View, LoginRequiredMixin):
|
|||||||
|
|
||||||
return render(
|
return render(
|
||||||
request,
|
request,
|
||||||
"generic/exam_index.html",
|
"generic/frcr_index.html",
|
||||||
{"filter": filter, "app_name": self.app_name},
|
{"filter": filter, "app_name": self.app_name},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user