fix #141
This commit is contained in:
parent
6456ee3fa7
commit
ad9e93d692
|
@ -106,6 +106,7 @@ urlpatterns = [
|
|||
url(
|
||||
r'^people/$',
|
||||
PeopleView.as_view(),
|
||||
name='people',
|
||||
),
|
||||
|
||||
# camp specific urls below here
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue