diff options
author | hardythe1 | 2014-09-18 16:10:26 +0530 |
---|---|---|
committer | hardythe1 | 2014-09-18 16:10:26 +0530 |
commit | 91fab7da5130cbd01513fa4b673f65347ccf2966 (patch) | |
tree | c10d39af3950ac8c6d8b001d33d1b5579246a438 /static/website/templates/base.html | |
parent | ec036fc104dc4d0ff72d66d1806591bbed7dafd0 (diff) | |
download | scipy2014-91fab7da5130cbd01513fa4b673f65347ccf2966.tar.gz scipy2014-91fab7da5130cbd01513fa4b673f65347ccf2966.tar.bz2 scipy2014-91fab7da5130cbd01513fa4b673f65347ccf2966.zip |
changed dates & added Ajith sir back to speakers
Diffstat (limited to 'static/website/templates/base.html')
-rwxr-xr-x | static/website/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/website/templates/base.html b/static/website/templates/base.html index cced7aa..8457e56 100755 --- a/static/website/templates/base.html +++ b/static/website/templates/base.html @@ -32,6 +32,7 @@ <li class="active"><a href="#">Schedule</a></li> <li><a href="#">Invited Speakers</a></li> <li><a href="#">Sponsors</a></li--> + <li><a href="{% url 'website:papers' %}">Call for Papers</a></li> <li><a href="{% url 'website:venue' %}">Venue</a></li> <li><a href="{% url 'website:contact' %}">Contact Us</a></li> </ul> |