diff --git a/dynamicweb2/urls.py b/dynamicweb2/urls.py index ee5708b..7618306 100644 --- a/dynamicweb2/urls.py +++ b/dynamicweb2/urls.py @@ -19,5 +19,5 @@ from django.urls import re_path, path, include urlpatterns = [ path('admin/', admin.site.urls), - #re_path('hosting/', include('hosting.urls')) + re_path('hosting/', include('hosting.urls')) ] diff --git a/hosting/templates/hosting/includes/_navbar_transparent.html b/hosting/templates/hosting/includes/_navbar_transparent.html index 35c62fc..8098497 100755 --- a/hosting/templates/hosting/includes/_navbar_transparent.html +++ b/hosting/templates/hosting/includes/_navbar_transparent.html @@ -5,7 +5,7 @@