.
This commit is contained in:
+1
-1
@@ -558,7 +558,7 @@ class ExamViews(View, LoginRequiredMixin):
|
||||
f"{self.app_name}/base.html",
|
||||
{
|
||||
"simple_content": format_html("""Answer scores updated <br/>
|
||||
<a href='{}'>Return</a>""", reverse(f"{self.app_name}:exam_scores_id", kwargs={"pk": exam.pk}))
|
||||
<a href='{}'>Return</a>""", reverse(f"{self.app_name}:exam_scores_cid", kwargs={"pk": exam.pk}))
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user