From ad9e93d692f1ac92e468787309a2b4716ac33b5a Mon Sep 17 00:00:00 2001 From: Stephan Telling Date: Sun, 13 Aug 2017 15:42:42 +0200 Subject: [PATCH] fix #141 --- src/bornhack/urls.py | 1 + src/templates/base.html | 1 + 2 files changed, 2 insertions(+) diff --git a/src/bornhack/urls.py b/src/bornhack/urls.py index 68054116..1f5116b5 100644 --- a/src/bornhack/urls.py +++ b/src/bornhack/urls.py @@ -106,6 +106,7 @@ urlpatterns = [ url( r'^people/$', PeopleView.as_view(), + name='people', ), # camp specific urls below here diff --git a/src/templates/base.html b/src/templates/base.html index 8dd2ba94..1990c853 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -71,6 +71,7 @@
  • Contact
  • +
  • People