Small fix 2011
authorprimal primal007@gmail.com
Thu, 01 Dec 2011 14:50:55 +0530
branch2011
changeset 464 cec3c7dc4138
parent 463 f54903f0c28e
child 465 018f78781cf0
Small fix
project/templates/about/contact.html
project/urls.py
--- 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 @@
 <br/>
 For any queries regarding registration, accomodation or any other issues, please feel free to contact any of the following.
 <br/><br/>
-<li>
+    <li>
     Anand Raj Ramachandran <br/>
     Phone No: +919699323506 <br/>
     Email id: anand@fossee.in <br/>
-</li>
+    </li>
     <br/><br/>
     <li>
     Parth Buch <br/>
     Phone No: +919619606610 <br/>
     Email id: parth@fossee.in <br/>
-</li>
+    </li>
     <br/><br/>
+    <li>
     Primal Pappachan <br/>
     Phone No: +919920149265 <br/>
     Email id: primal@fossee.in <br/>
-</li>
+    </li>
     <br/><br/>
 </div>
 {% endblock content %}
--- 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