Skip to content

Commit

Permalink
style: blck
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoStorm96 committed Sep 30, 2024
1 parent 4d094e1 commit a2a2fa9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions proposals/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,7 @@
name="knowledge_security",
),
path("consent/<int:pk>/", StudyConsent.as_view(), name="consent"),
path(
"translated/<int:pk>/", TranslatedConsentView.as_view(), name="translated"
),
path("translated/<int:pk>/", TranslatedConsentView.as_view(), name="translated"),
path(
"copy/",
include(
Expand Down

0 comments on commit a2a2fa9

Please sign in to comment.