--- 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 @@
<h3 style="padding-left:2px;"> Documents of Aid</h3>
<li> <a href="/static/files/Reaching_IITB.pdf">This</a> can help you in Reaching IITB.</li>
<li> <a href="/static/files/Inside_IITB.pdf">Marauders Map</a></li>
-<li> <a href="/static/files/Other_Facilities.pdf">This</a> might be handy once you are inside.</li>
+<li> Once you are inside <a href="/static/files/Other_Facilities.pdf">this</a> might be handy.</li>
</ul>
</div>
<div id="right-inner">
--- 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 @@
<div class="entry">
<h1><strong>Contact us</strong></h1>
<br/>
-For any queries regarding registration, accomodation or any other issues, please feel free to contact any of the following.
+<h2>For any queries regarding registration, accomodation or any other issues, please feel free to contact any of the following.</h2>
<br/><br/>
<li>
Anand Raj Ramachandran <br/>
--- 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 %}
<div class="entry">
-<h3>If you are a speaker at SciPy India 2011, here are a few tips that might be handy.</h3>
-
-<br/>
+<h3>Speaker Tips</h3>
+<p>
+If you are a speaker at SciPy India 2011, here are a few tips that might be handy.
+</p>
+
<p>
<b>Session Setup</b><br/>
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 @@
</p>
<p>
-<i>Snake Charmer<i/>
+<i>Snake Charmer</i>
</p>
</div>
{% endblock content %}
--- 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'),