# HG changeset patch # User primal primal007@gmail.com # Date 1322731255 -19800 # Node ID cec3c7dc41387204d4282a77a66c232dd8f6a538 # Parent f54903f0c28e95b2f2c13b38983d3ecd80a23e89 Small fix diff -r f54903f0c28e -r cec3c7dc4138 project/templates/about/contact.html --- a/project/templates/about/contact.html Thu Dec 01 14:09:23 2011 +0530 +++ b/project/templates/about/contact.html Thu Dec 01 14:50:55 2011 +0530 @@ -5,22 +5,23 @@
For any queries regarding registration, accomodation or any other issues, please feel free to contact any of the following.

-
  • +
  • Anand Raj Ramachandran
    Phone No: +919699323506
    Email id: anand@fossee.in
    -
  • +

  • Parth Buch
    Phone No: +919619606610
    Email id: parth@fossee.in
    -
  • +

    +
  • Primal Pappachan
    Phone No: +919920149265
    Email id: primal@fossee.in
    -
  • +

    {% endblock content %} diff -r f54903f0c28e -r cec3c7dc4138 project/urls.py --- a/project/urls.py Thu Dec 01 14:09:23 2011 +0530 +++ b/project/urls.py Thu Dec 01 14:50:55 2011 +0530 @@ -111,6 +111,9 @@ url(r'^%s/about/reaching/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/reaching.html"}, name='scipycon_reaching'), + url(r'^%s/about/contact/$' % (SCOPE_ARG_PATTERN), + direct_to_template, {"template": "about/contact.html"}, + name='scipycon_contact'), url(r'^%s/about/city/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/city.html"}, name='scipycon_city'), @@ -156,9 +159,6 @@ url(r'^%s/about/sponsors/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/sponsors.html"}, name='scipycon_sponsors'), - url(r'^%s/about/contact/$' % (SCOPE_ARG_PATTERN), - direct_to_template, {"template": "about/contact.html"}, - name='scipycon_contact'), ) # Password reset