From 045786c7caa8d6696e8d4f1ade4032590f92d609 Mon Sep 17 00:00:00 2001 From: reverend Date: Mon, 3 Aug 2020 17:33:14 +0200 Subject: [PATCH] Fixed something --- lostplaces/lostplaces_app/urls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lostplaces/lostplaces_app/urls.py b/lostplaces/lostplaces_app/urls.py index af4330b..241a5f4 100644 --- a/lostplaces/lostplaces_app/urls.py +++ b/lostplaces/lostplaces_app/urls.py @@ -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//', place_detail_view, name='place_detail'), path('place/create/', PlaceCreateView.as_view(), name='place_create'),