# HG changeset patch # User Kadambari Devarajan # Date 1290779994 -19800 # Node ID 49b56af22f04ec086670b120ace966068bc02eef # Parent 6e1001230377a3e452badc3bd5c30a66ec7a0daa 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. diff -r 6e1001230377 -r 49b56af22f04 project/templates/_menu.html --- a/project/templates/_menu.html Fri Nov 26 19:28:20 2010 +0530 +++ b/project/templates/_menu.html Fri Nov 26 19:29:54 2010 +0530 @@ -94,6 +94,7 @@
  • Publicity
  • Organizers
  • +
  • Sponsors
  • {% if user.is_staff %}
  • Registration Statistics
  • {% endif %} diff -r 6e1001230377 -r 49b56af22f04 project/templates/_right_menu.html --- a/project/templates/_right_menu.html Fri Nov 26 19:28:20 2010 +0530 +++ b/project/templates/_right_menu.html Fri Nov 26 19:29:54 2010 +0530 @@ -8,46 +8,5 @@ height="90" /> FOSSEE Team -
  • IIIT-H Logo
    - - EnhanceEdu, IIIT - Hyderabad
  • -

    -

    Sponsors

    -

    -

    Venue Sponsors

    -

    diff -r 6e1001230377 -r 49b56af22f04 project/urls.py --- a/project/urls.py Fri Nov 26 19:28:20 2010 +0530 +++ b/project/urls.py Fri Nov 26 19:29:54 2010 +0530 @@ -143,6 +143,9 @@ 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