Small fixes for Warnings found by PyCharm, mostly spellingerrors.
This commit is contained in:
@@ -8,7 +8,7 @@ urlpatterns = [
|
||||
path('<int:year>/', views.EventArchiveYear.as_view(), name='event-archive'),
|
||||
path('<int:year>/<int:month>/', views.EventArchiveMonth.as_view(), name='event-archive'),
|
||||
path('<int:year>/<int:month>/<int:pk>/', views.EventDetail.as_view(), name='event-detail'),
|
||||
path('<int:year>/<int:month>/<int:pk>/add_dates/', views.EventSeriesForm.as_view(), name='eventseries-form'),
|
||||
path('<int:year>/<int:month>/<int:pk>/add_dates/', views.EventSeriesForm.as_view(), name='event-series-form'),
|
||||
path('<int:year>/<int:month>/<int:pk>/edit/', views.EventForm.as_view(), name='event-form'),
|
||||
path('add/', views.EventForm.as_view(), name='event-form'),
|
||||
path('archive/', views.EventArchiveIndex.as_view(), name='event-archive'),
|
||||
|
||||
Reference in New Issue
Block a user