Added first primitive support for approving of events.
This commit is contained in:
@@ -7,5 +7,6 @@ urlpatterns = [
|
||||
url(r'^imprint$', views.ImprintView.as_view(), name='imprint'),
|
||||
url(r'^events$', views.EventListView.as_view(), name='event_list'),
|
||||
url(r'^events/create$', views.EventCreateView.as_view(), name='event_create'),
|
||||
url(r'^events/(?P<pk>\d+)/approve', views.EventApproveView.as_view(), name='event_approve'),
|
||||
url(r'^events/(?P<pk>\d+)/', views.EventDetailView.as_view(), name='event_detail'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user