fossy: Disable community track proposal form
Tracks are selected for this year, so no need for this to collect spam for the next 9 months.
This commit is contained in:
parent
4d1fd9e878
commit
2d0cc8abe8
1 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,6 @@ from django.urls import path
|
||||||
from .views import CommunityTrackProposalCreateView, CommunityTrackProposalThanksView
|
from .views import CommunityTrackProposalCreateView, CommunityTrackProposalThanksView
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path('community-tracks/', CommunityTrackProposalCreateView.as_view(), name='fossy-add'),
|
# path('community-tracks/', CommunityTrackProposalCreateView.as_view(), name='fossy-add'),
|
||||||
path('<uuid:pk>/', CommunityTrackProposalThanksView.as_view(), name='fossy-thanks'),
|
# path('<uuid:pk>/', CommunityTrackProposalThanksView.as_view(), name='fossy-thanks'),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue