diff options
author | Amit Sethi | 2010-12-29 15:12:28 +0530 |
---|---|---|
committer | Amit Sethi | 2010-12-29 15:12:28 +0530 |
commit | bf12d8230b6548152d5459b41d4e5ed81bd7fbfc (patch) | |
tree | ef70c1fa6ab687b8d4dd7e24c37d36a6ec768d4f /project/templates/_menu.html | |
parent | ff8e2a2f5b8b21ebde1314ba2f22b5eb2423df6d (diff) | |
download | scipycon-bf12d8230b6548152d5459b41d4e5ed81bd7fbfc.tar.gz scipycon-bf12d8230b6548152d5459b41d4e5ed81bd7fbfc.tar.bz2 scipycon-bf12d8230b6548152d5459b41d4e5ed81bd7fbfc.zip |
Changes to put a download videos link and page on scipy.in
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 470f9a8..7cfa57d 100644 --- a/project/templates/_menu.html +++ b/project/templates/_menu.html @@ -6,6 +6,11 @@ Download Slides <font color="red">(New)</font> </a> </li> + <li> + <a href="{% url scipycon_download_videos params.scope %}"> + Download Videos <font color="red">(New)</font> + </a> + </li> <li><a href="/{{ params.scope }}/submit-registration/">Registration</a></li> <li> <ul> |