diff options
author | Madhusudan.C.S | 2010-12-27 03:51:41 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-12-27 03:51:41 +0530 |
commit | b08b6c960cf2439a4cb9193d4e8ece50e861bdbb (patch) | |
tree | 4ab32e6c19b086b4a5d77af0160e34a4ca938aab /project/templates/_menu.html | |
parent | 8ef01f45ff2ed4a13bf00d97103ddf94872cdadb (diff) | |
download | scipycon-b08b6c960cf2439a4cb9193d4e8ece50e861bdbb.tar.gz scipycon-b08b6c960cf2439a4cb9193d4e8ece50e861bdbb.tar.bz2 scipycon-b08b6c960cf2439a4cb9193d4e8ece50e861bdbb.zip |
Add the slides from the Conference and Tutorials to the new section.
--HG--
extra : rebase_source : 966a8649f2cf36d26508a0d5fa420eb7bbfa3df0
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> |