diff options
Diffstat (limited to 'static/website/templates/home.html')
-rwxr-xr-x | static/website/templates/home.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html index e5b9e80..a90cf91 100755 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -44,6 +44,7 @@ <li class="{% active request 'invited-speakers' %}"><a href="{% url 'website:invited_speakers' %}">Invited Speakers</a></li> <li class="{% active request 'sponsors' %}"><a href="{% url 'website:sponsors' %}">Sponsors</a></li> <li class="{% active request 'venue' %}"><a href="{% url 'website:venue' %}">Venue</a></li> + <li class="{% active request 'poster' %}"><a href="{% url 'website:poster' %}">Poster</a></li> <li class="{% active request 'contact' %}"><a href="{% url 'website:contact' %}">Contact Us</a></li--> </ul> <ul class="nav navbar-nav navbar-right"> |