feat: Remove slug field from ResearchStudy model and update related references
This commit is contained in:
+1
-1
@@ -19,5 +19,5 @@ urlpatterns = [
|
||||
path("<int:pk>/bulk-generate/", views.study_bulk_generate, name="study_bulk_generate"),
|
||||
|
||||
# Public participant entry (no login required)
|
||||
path("run/<slug:slug>/<str:pseudo_id>/", views.participant_entry, name="participant_entry"),
|
||||
path("run/<int:study_id>/<str:pseudo_id>/", views.participant_entry, name="participant_entry"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user