summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorKadambari Devarajan2010-11-26 19:29:54 +0530
committerKadambari Devarajan2010-11-26 19:29:54 +0530
commit501661813cdb03c71a33bac825bc722e23a1ab0d (patch)
treea8824da194677b9ba823a3a3a7f6bbb9df1b4077 /project
parent28b067baf91b73a9a03734e81b9898bb02dbe2ec (diff)
downloadscipycon-501661813cdb03c71a33bac825bc722e23a1ab0d.tar.gz
scipycon-501661813cdb03c71a33bac825bc722e23a1ab0d.tar.bz2
scipycon-501661813cdb03c71a33bac825bc722e23a1ab0d.zip
Add a new page for Sponsors and all the boiler plate. Add responsibilities for each sponsor. Remove all the sponsor information from right hand menu.
Diffstat (limited to 'project')
-rw-r--r--project/templates/_menu.html1
-rw-r--r--project/templates/_right_menu.html41
-rw-r--r--project/urls.py3
3 files changed, 4 insertions, 41 deletions
diff --git a/project/templates/_menu.html b/project/templates/_menu.html
index 126b34a..b1bcc36 100644
--- a/project/templates/_menu.html
+++ b/project/templates/_menu.html
@@ -94,6 +94,7 @@
</li>
<li><a href="/{{ params.scope }}/publicity/">Publicity</a></li>
<li><a href="/{{ params.scope }}/organizers/">Organizers</a></li>
+ <li><a href="/{{ params.scope }}/about/sponsors/">Sponsors</a></li>
{% if user.is_staff %}
<li><a href="/{{ params.scope }}/regstats/">Registration Statistics</a></li>
{% endif %}
diff --git a/project/templates/_right_menu.html b/project/templates/_right_menu.html
index ccd3afe..4a7fe85 100644
--- a/project/templates/_right_menu.html
+++ b/project/templates/_right_menu.html
@@ -8,46 +8,5 @@ IIT Bombay, India (Conference Co-Chair)</li>
height="90" />
<a href="http://fossee.in/">
FOSSEE Team</a></li>
- <li><img src="/static/img/enhanceedu_logo.png" alt="IIIT-H Logo"
- title="IIIT-H Logo" height="150" /><br/>
- <a href="http://www.iiit.ac.in/">
- EnhanceEdu, IIIT - Hyderabad</a></li>
- </ul></p>
- <h2>Sponsors</h2>
- <p><ul>
- <li><img src="/static/img/fossee.jpg" alt="FOSSEE Logo" title="FOSSEE Logo"
- height="90" />
- <a href="http://www.sakshat.ac.in/">
- National Mission on Education (NME)</a> through Information and
- Communication Technologies (ICT), Government of India</li>
- <li><img src="/static/img/enthought_logo.png" alt="Enthought Logo"
- title="Enthought Logo" width=260/><br/>
- <a href="http://www.enthought.com/">
- Enthought, Inc.</a></li>
- <li><img src="/static/img/python_logo.gif" alt="PSF Logo"
- title="PSF Logo" width=260/><br/>
- <a href="http://www.python.org/psf/">
- Python Software Foundation</a></li>
- <li><img src="/static/img/enhanceedu_logo.png" alt="IIIT-H Logo"
- title="IIIT-H Logo" height="150" /><br/>
- <a href="http://www.iiit.ac.in/">
- EnhanceEdu, IIIT - Hyderabad</a></li>
- </ul></p>
- <h2>Venue Sponsors</h2>
- <p><ul>
- <li><a href="http://www.isb.edu/">
- <img src="/static/img/isb_logo.gif"
- alt="Indian School of Business Logo"
- title="Indian School of Business" /><br /></a></li>
- <br />
- <li><a href="http://www.mahindrasatyam.com/">
- <img src="/static/img/mahindra_satyam_logo.jpg"
- alt="Mahindra Satyam Logo"
- title="Mahindra Satyam Logo" height=23 width="260" /></a></li>
- <br />
- <li><a href="http://www.iiit.ac.in/">
- <img src="/static/img/iiith_logo.gif" alt="IIIT-H Logo"
- title="IIIT-H Logo" height="108" /><br/>
- <a href="http://www.iiit.ac.in/"></a></li>
</ul></p>
</div>
diff --git a/project/urls.py b/project/urls.py
index 548897b..6c5ac69 100644
--- a/project/urls.py
+++ b/project/urls.py
@@ -143,6 +143,9 @@ urlpatterns += patterns('',
url(r'^%s/about/dates/$' % (SCOPE_ARG_PATTERN),
direct_to_template, {"template": "about/important_dates.html"},
name='scipycon_imp_dates'),
+ url(r'^%s/about/sponsors/$' % (SCOPE_ARG_PATTERN),
+ direct_to_template, {"template": "about/sponsors.html"},
+ name='scipycon_sponsors'),
)
# Password reset