This commit is contained in:
@@ -2,6 +2,8 @@ from django.conf.urls import url
|
||||
|
||||
from . import views
|
||||
|
||||
app_name = 'dav_event_office'
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^home$', views.HomeView.as_view(), name='root'),
|
||||
url(r'^participants$', views.ParticipantListView.as_view(), name='participant-list'),
|
||||
|
||||
Reference in New Issue
Block a user