diff options
Diffstat (limited to 'project')
-rw-r--r-- | project/templates/base.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/project/templates/base.html b/project/templates/base.html index ebb3202..2ef282c 100644 --- a/project/templates/base.html +++ b/project/templates/base.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en-us" xml:lang="en-us" > <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> - <title>{% block title %}{% endblock %} SciPy.in 2009, December 12 - 17, 2009, Trivandrum, Kerala, India</title> + <title>{% block title %}{% endblock %} SciPy.in 2010, December 13 - 18, 2010, Hyderabad, Andra Pradesh, India</title> <link rel="stylesheet" type="text/css" href="/static/jquery/jquery.jgrowl.css" /> <link rel="stylesheet" type="text/css" href="/static/css/styles-20090826.css" /> @@ -28,7 +28,8 @@ </div> <div id="header"> - <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> + <h1>{% block header %}SciPy.in 2010</h1> + <h3>December 13 - 18, IIIT-Hyderabad, India{% endblock %}</h3> {% include '_menu_user.html' %} </div> |