Create frcr_index.html template and update ExamViews to render it

This commit is contained in:
Ross
2026-02-10 21:48:11 +00:00
parent a676d437bb
commit 33f32dab8b
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -2989,7 +2989,7 @@ class ExamViews(View, LoginRequiredMixin):
return render(
request,
"generic/exam_index.html",
"generic/frcr_index.html",
{"filter": filter, "app_name": self.app_name},
)