diff options
Diffstat (limited to 'project')
-rw-r--r-- | project/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/templates/base.html b/project/templates/base.html index 453a4d7..e7dd5ee 100644 --- a/project/templates/base.html +++ b/project/templates/base.html @@ -26,7 +26,7 @@ </div> <div id="header"> - <h1>{% block header %}SciPy.in 2009</h1><h3>December 12 - 17</h3><h3>Kerala, India{% endblock %}</h3> + <h1>{% block header %}SciPy.in 2009</h1><h3>December 12 - 17, Kerala, India{% endblock %}</h3><h3>Live Stream of the conference is available at: <a href="http://giss.tv:8000/scipy.ogg">http://giss.tv:8000/scipy.ogg</a></h3> {% include '_menu_user.html' %} </div> |