diff options
Diffstat (limited to 'project/templates/_menu.html')
-rw-r--r-- | project/templates/_menu.html | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/project/templates/_menu.html b/project/templates/_menu.html index b7a513a..d869067 100644 --- a/project/templates/_menu.html +++ b/project/templates/_menu.html @@ -79,13 +79,9 @@ </li> <li><a href="/{{ params.scope }}/about/venue/">The Venue</a></li> <li><a href="{% url scipycon_city params.scope %}">Host City - Hyderabad</a></li> - <!-- - <li> - <a href="/{{ params.scope }}/about/reaching/"> - Reaching the venue - </a> - </li> - --> + <li> + <a href="/{{ params.scope }}/about/reaching/">Reaching the venue</a> + </li> </ul> </li> <li><a href="/{{ params.scope }}/publicity/">Publicity</a></li> |