diff --git a/site_tps/urls.py b/site_tps/urls.py index d8d3e60..e603025 100644 --- a/site_tps/urls.py +++ b/site_tps/urls.py @@ -23,4 +23,5 @@ urlpatterns = [ path('', views.home), path('content/', include('content.urls')), path('settings/', include('settings.urls')), + path('vote/', include('vote.urls')), ] diff --git a/templates/nav_bar.html b/templates/nav_bar.html index 86105bc..a54d352 100644 --- a/templates/nav_bar.html +++ b/templates/nav_bar.html @@ -25,7 +25,7 @@ {{c.name}} {% endfor %} -
  • Vote
  • +
  • Vote
  • Administration