# HG changeset patch # User primal primal007@gmail.com # Date 1322921750 -19800 # Node ID f8d994c3d48d8ce5125dce6cfd075379971c34ac # Parent ea923104766c6fbd09f2e2aed1406c89d1dbc26a Minor Fixes diff -r ea923104766c -r f8d994c3d48d project/templates/_right_menu.html --- a/project/templates/_right_menu.html Sat Dec 03 19:16:11 2011 +0530 +++ b/project/templates/_right_menu.html Sat Dec 03 19:45:50 2011 +0530 @@ -8,7 +8,7 @@

Documents of Aid

  • This can help you in Reaching IITB.
  • Marauders Map
  • -
  • This might be handy once you are inside.
  • +
  • Once you are inside this might be handy.
  • diff -r ea923104766c -r f8d994c3d48d project/templates/about/contact.html --- a/project/templates/about/contact.html Sat Dec 03 19:16:11 2011 +0530 +++ b/project/templates/about/contact.html Sat Dec 03 19:45:50 2011 +0530 @@ -3,7 +3,7 @@

    Contact us


    -For any queries regarding registration, accomodation or any other issues, please feel free to contact any of the following. +

    For any queries regarding registration, accomodation or any other issues, please feel free to contact any of the following.



  • Anand Raj Ramachandran
    diff -r ea923104766c -r f8d994c3d48d project/templates/about/speakerinfo.html --- a/project/templates/about/speakerinfo.html Sat Dec 03 19:16:11 2011 +0530 +++ b/project/templates/about/speakerinfo.html Sat Dec 03 19:45:50 2011 +0530 @@ -2,9 +2,11 @@ {% block content %}
    -

    If you are a speaker at SciPy India 2011, here are a few tips that might be handy.

    - -
    +

    Speaker Tips

    +

    +If you are a speaker at SciPy India 2011, here are a few tips that might be handy. +

    +

    Session Setup
    Please arrive at the venue(VMCC Hall) at least 30 minutes in advance to prepare for the talk. This may also help you to get a feel of the venue and the audience. @@ -35,7 +37,7 @@

    -Snake Charmer +Snake Charmer

    {% endblock content %} diff -r ea923104766c -r f8d994c3d48d project/urls.py --- a/project/urls.py Sat Dec 03 19:16:11 2011 +0530 +++ b/project/urls.py Sat Dec 03 19:45:50 2011 +0530 @@ -116,10 +116,10 @@ name='scipycon_contact'), url(r'^%s/about/contact/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/day0.html"}, - name='scipycon_contact'), + name='scipycon_day0'), url(r'^%s/about/speakerinfo/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/speakerinfo.html"}, - name='scipycon_contact'), + name='scipycon_sinfo'), url(r'^%s/about/city/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/city.html"}, name='scipycon_city'),