This commit is contained in:
Stephan Telling 2017-08-13 15:42:42 +02:00
parent 6456ee3fa7
commit ad9e93d692
No known key found for this signature in database
GPG Key ID: D4892289F36ADA9B
2 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,7 @@ urlpatterns = [
url(
r'^people/$',
PeopleView.as_view(),
name='people',
),
# camp specific urls below here

View File

@ -71,6 +71,7 @@
</ul>
</li>
<li><a href="{% url 'contact' %}">Contact</a></li>
<li><a href="{% url 'people' %}">People</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
{% if user.is_authenticated %}