Fixed something
This commit is contained in:
parent
4a6c3b7606
commit
045786c7ca
@ -10,7 +10,6 @@ from .views import (
|
||||
|
||||
urlpatterns = [
|
||||
path('hello_world/', hello_world), # You know what this is :P
|
||||
path('voucher/', VoucherVerifyView.as_view(), name='enter_voucher'),
|
||||
path('signup/', SignUpView.as_view(), name='signup'),
|
||||
path('place/<int:pk>/', place_detail_view, name='place_detail'),
|
||||
path('place/create/', PlaceCreateView.as_view(), name='place_create'),
|
||||
|
Loading…
Reference in New Issue
Block a user