diff options
Diffstat (limited to 'project/templates/_menu.html')
-rw-r--r-- | project/templates/_menu.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/project/templates/_menu.html b/project/templates/_menu.html index d869067..470f9a8 100644 --- a/project/templates/_menu.html +++ b/project/templates/_menu.html @@ -1,6 +1,11 @@ <div id="left-inner"> <ul> <li><a href="/{{ params.scope }}/">Home</a></li> + <li> + <a href="{% url scipycon_download_slides params.scope %}"> + Download Slides <font color="red">(New)</font> + </a> + </li> <li><a href="/{{ params.scope }}/submit-registration/">Registration</a></li> <li> <ul> |