Skip to content

Commit d4c64d3

Browse files
author
kimi no nawa
committed
IT WORKS AND IS BOOTIFUL2
1 parent cfa64fc commit d4c64d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

details/urls.py

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
urlpatterns = [
99
path('', views.artifact_list, name='artifact_list'),
1010
path('room/<int:i>',views.room, name = "lola"),
11-
path('search',views.search,name = 'search'),
1211
path('feedback', views.feedback, name = "feedback"),
1312
path('success.html',views.success, name = 'success'),
1413
path('aravind',views.aravind,name = 'aravind')

0 commit comments

Comments
 (0)