Skip to content

Commit

Permalink
disable old reg form (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
rstijerina authored Oct 17, 2023
1 parent 9c786c6 commit 32785ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apcd-cms/src/apps/registrations/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

app_name = 'register'
urlpatterns = [
path('request-to-submit/', SubmissionFormView.as_view(), name='index')
# path('request-to-submit/', SubmissionFormView.as_view(), name='index')
]

0 comments on commit 32785ee

Please sign in to comment.