diff --git a/Hotails/urls.py b/Hotails/urls.py index 21257e0..5da5d7b 100644 --- a/Hotails/urls.py +++ b/Hotails/urls.py @@ -26,4 +26,5 @@ path('homepage/', views.homepage, name='homepage'), path('logout/', views.logout_view, name='logout'), path('about/', views.about, name='about'), + path('orders/', views.orders_view, name='orders'), ] diff --git a/main/templates/main/base_template.html b/main/templates/main/base_template.html index b045033..58d3f34 100644 --- a/main/templates/main/base_template.html +++ b/main/templates/main/base_template.html @@ -25,7 +25,7 @@