add a normals feature

This commit is contained in:
Ross
2025-11-13 21:54:25 +00:00
parent a70354c18d
commit 5fb3c98941
6 changed files with 142 additions and 8 deletions
+1
View File
@@ -455,6 +455,7 @@ urlpatterns = [
# path("unchecked/", views.unchecked_list, name="unchecked_list"),
# path("verified/<int:pk>/", views.verified_detail, name="verified_detail"),
path("case/<int:pk>/", views.case_detail, name="case_detail"),
path("case/<int:pk>/toggle_normal/", views.toggle_case_normal, name="case_toggle_normal"),
# path("case/<int:pk>/collection-form", views.AddCollectionToCaseView.as_view(), name="case_collection_form"),
path(
"case/<int:case_id>/collection-form",