This commit is contained in:
Ross
2021-12-15 19:48:08 +00:00
parent c7311fe1f5
commit f6282193af
12 changed files with 76 additions and 33 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ urlpatterns = [
),
path(
"exam/<int:pk>/scores/refresh",
views.exam_scores_refresh,
views.AnatomyExamViews.exam_scores_refresh,
# cache_page(60 * 1)(views.exam_scores_cid),
name="exam_scores_refresh",
),