diff options
Diffstat (limited to 'project/templates')
-rw-r--r-- | project/templates/_menu.html | 24 | ||||
-rw-r--r-- | project/templates/_menu_user.html | 6 | ||||
-rw-r--r-- | project/templates/about/reaching.html | 2 | ||||
-rw-r--r-- | project/templates/proceedings/submit.html | 12 | ||||
-rw-r--r-- | project/templates/registration/download-csv.html | 2 | ||||
-rw-r--r-- | project/templates/registration/edit-registration.html | 4 | ||||
-rw-r--r-- | project/templates/registration/submit-registration.html | 10 | ||||
-rw-r--r-- | project/templates/sponsor/schwag.html | 26 | ||||
-rw-r--r-- | project/templates/talk/edit-talk.html | 4 | ||||
-rw-r--r-- | project/templates/talk/submit-talk.html | 10 | ||||
-rw-r--r-- | project/templates/talk/talks-cfp.html | 2 | ||||
-rw-r--r-- | project/templates/user/_usermenu.html | 8 | ||||
-rw-r--r-- | project/templates/user/account.html | 6 | ||||
-rw-r--r-- | project/templates/user/editprofile.html | 4 | ||||
-rw-r--r-- | project/templates/user/login.html | 10 | ||||
-rw-r--r-- | project/templates/user/password.html | 4 | ||||
-rw-r--r-- | project/templates/user/username.html | 4 |
17 files changed, 45 insertions, 93 deletions
diff --git a/project/templates/_menu.html b/project/templates/_menu.html index 543b965..6935947 100644 --- a/project/templates/_menu.html +++ b/project/templates/_menu.html @@ -24,30 +24,8 @@ </ul> </li> <li><a href="/">Blog</a></li> - <!--<li><a href="/sponsorship/">Sponsorship</a></li> - <li><a href="/media/">Media</a></li>--> {% if user.is_staff %} <li><a href="/howto/">HowTo</a></li> - {% endif %}<!-- - <li>Follow us:<br /><br /> - <a href="http://twitter.com/scipy.in" - target="_blank" - title="Follow us on Twitter"><img src="/img/twitter.png" /></a> - </li> - <li> - <a href="http://www.flickr.com/search/?q=scipy.in" - target="_blank" - title="Flickr"><img src="/img/flickr.png" /></a> - </li> - <li> - <a href="http://www.slideshare.net/tag/scipy.in" - target="_blank" - title="SlideShare"><img src="/img/slideshare.png" /></a> - </li> - <li> - <a href="http://scipy.in.blip.tv/" - target="_blank" - title="blip.tv"><img src="/img/bliptv.gif" /></a> - </li>--> + {% endif %} </ul> </div> diff --git a/project/templates/_menu_user.html b/project/templates/_menu_user.html index 444c62d..6041d00 100644 --- a/project/templates/_menu_user.html +++ b/project/templates/_menu_user.html @@ -6,14 +6,14 @@ <strong>{{ user.username }}</strong> {% endif %} | - <a href="{% url kiwipycon_account %}">My profile</a> | + <a href="{% url scipycon_account %}">My profile</a> | {% if user.is_superuser %} <a href="/admin/">Administer</a> | {% endif %} - <a href="{% url kiwipycon_logout %}">Logout</a> + <a href="{% url scipycon_logout %}">Logout</a> {% else %} - <a href="{% url kiwipycon_login %}">Login</a> + <a href="{% url scipycon_login %}">Login</a> {% endif %} </div> diff --git a/project/templates/about/reaching.html b/project/templates/about/reaching.html index 00586f3..b7eaa1a 100644 --- a/project/templates/about/reaching.html +++ b/project/templates/about/reaching.html @@ -17,7 +17,7 @@ which is approximately 1km from Trivandrum Central Railway Station.</p> are at:</p> <p class="noindent"> -<table class="kiwipycon-default"> +<table class="scipycon-default"> <tr><th>From East fort</th><th>Reaches Technopark at</th></tr> <tr><td>6:00AM</td><td>6:40AM</td></tr> <tr><td>7:00AM</td><td>7:35AM</td></tr> diff --git a/project/templates/proceedings/submit.html b/project/templates/proceedings/submit.html index de6b516..013980b 100644 --- a/project/templates/proceedings/submit.html +++ b/project/templates/proceedings/submit.html @@ -11,7 +11,7 @@ // Set autosuggest options with all plugins activated var options = { - script:"{% url kiwipycon_get_usernames %}?limit=10&", + script:"{% url scipycon_get_usernames %}?limit=10&", varname:"input", json:true, // Returned response type shownoresults:true, // If disable, display nothing if no results @@ -41,21 +41,21 @@ {% include '_errors.html' %} - <form action="{% if id %}{% url kiwipycon_submit_proceedings id %}{% else %}{% url kiwipycon_submit_proceedings %}{% endif %}" method="post"> + <form action="{% if id %}{% url scipycon_submit_proceedings id %}{% else %}{% url scipycon_submit_proceedings %}{% endif %}" method="post"> {% if not user.is_authenticated %} <fieldset> <legend>Are you a member of this site?</legend> - <table class="kiwipycon-default required">{{ login_form }}</table> + <table class="scipycon-default required">{{ login_form }}</table> <input type="hidden" name="action" value="login" /> <button class="button left" type="submit">Login</button> </fieldset> </form> <br /> - <form action="{% url kiwipycon_submit_proceedings id %}" + <form action="{% url scipycon_submit_proceedings id %}" enctype="multipart/form-data" method="post"> <fieldset> <legend>User Registration</legend> - <table class="kiwipycon-default required">{{ register_form }}</table> + <table class="scipycon-default required">{{ register_form }}</table> <input type="hidden" name="action" value="register" /> </fieldset> @@ -64,7 +64,7 @@ <fieldset> <legend>Proceedings Paper Submission</legend> - <table class="kiwipycon-default required"> + <table class="scipycon-default required"> <tr> <th>{{ proceedings_form.title.label }}</th> <td>{{ proceedings_form.title.errors }}{{ proceedings_form.title }}</td> diff --git a/project/templates/registration/download-csv.html b/project/templates/registration/download-csv.html index e23ae50..69df90f 100644 --- a/project/templates/registration/download-csv.html +++ b/project/templates/registration/download-csv.html @@ -11,7 +11,7 @@ method="post"> <fieldset> <legend>Select Registrations</legend> - <table class="kiwipycon-default"> + <table class="scipycon-default"> {{ form }} </table> <button class="button left" diff --git a/project/templates/registration/edit-registration.html b/project/templates/registration/edit-registration.html index 6bafa96..776b325 100644 --- a/project/templates/registration/edit-registration.html +++ b/project/templates/registration/edit-registration.html @@ -7,11 +7,11 @@ {% include '_errors.html' %} -<form action="{% url kiwipycon_edit_registration id %}" +<form action="{% url scipycon_edit_registration id %}" method="post"> <fieldset> <legend>Edit Registration</legend> - <table class="kiwipycon-default"> + <table class="scipycon-default"> {{ form }} </table> <button class="button left" diff --git a/project/templates/registration/submit-registration.html b/project/templates/registration/submit-registration.html index 6a29db8..f3909ac 100644 --- a/project/templates/registration/submit-registration.html +++ b/project/templates/registration/submit-registration.html @@ -20,7 +20,7 @@ {% if not user.is_authenticated %} <fieldset> <legend>Have you already registered for the conference?</legend> - <table class="kiwipycon-default"> + <table class="scipycon-default"> {{ login_form }} </table> @@ -46,7 +46,7 @@ method="post"> <fieldset> <legend>Registrant Details</legend> - <table class="kiwipycon-default required"> + <table class="scipycon-default required"> {{ registrant_form }} </table> @@ -61,7 +61,7 @@ <fieldset> <legend>Details</legend> - <table class="kiwipycon-default required"> + <table class="scipycon-default required"> {% for field in registration_form.personal_fields %} <tr class="{% cycle odd,even %}"><th>{{ field.label_tag }}</th> <td>{{ field.errors }}{{ field }}<br />{{ field.help_text }} </td></tr> @@ -79,7 +79,7 @@ <fieldset> <legend>Demographics</legend> - <table class="kiwipycon-default required"> + <table class="scipycon-default required"> {% for field in registration_form.demographic_fields %} <tr class="{% cycle odd,even %}"><th>{{ field.label_tag }}</th> <td>{{ field.errors }}{{ field }}<br />{{ field.help_text }} </td></tr> @@ -88,7 +88,7 @@ </fieldset> <fieldset> <legend>Others</legend> - <table class="kiwipycon-default"> + <table class="scipycon-default"> {{ wifi_form }} </table> diff --git a/project/templates/sponsor/schwag.html b/project/templates/sponsor/schwag.html deleted file mode 100644 index f01f1bf..0000000 --- a/project/templates/sponsor/schwag.html +++ /dev/null @@ -1,26 +0,0 @@ -{% extends "base.html" %} -<!-- TODO: Replace sentences with PR's suggestions. --> -{% block title %} -Schwag Sponsors -{% endblock %} - -{% block content %} - <h1>Schwag Sponsors</h1> - -<p>The SciPy.in 2009 Organising Committee would also like to thank the -following organisations for their generous contributions of giveaway items for -the SciPy.in PyCon attendees!</p> - -<p><ul> - <li>(co-chair) <a href='https://cirl.berkeley.edu/view/User/JarrodMillman'>Jarrod Millman</a>, Neuroscience Institute, UC Berkeley (USA)</li> - <li>(co-chair) <a href='http://www.aero.iitb.ac.in/~prabhu'>Prabhu Ramachandran</a>, Department of Aerospace Engineering, -IIT Bombay (India)</li> - <li>Vimal Joseph, <a href='http://space-kerala.org/'>SPACE-Kerala (India)</a></li> - <li><a href='http://fossee.in/'>FOSSEE Team</a></li> - <li><a href='http://www.itmission.kerala.gov.in'>Kerala State IT Mission(KSITM)</a></li> - <li><a href='http://csi-india.org'>SIG-FOSS Of CSI</a></li> -</ul></p> - - -{% endblock %} - diff --git a/project/templates/talk/edit-talk.html b/project/templates/talk/edit-talk.html index c6df8c0..5f4ce97 100644 --- a/project/templates/talk/edit-talk.html +++ b/project/templates/talk/edit-talk.html @@ -6,11 +6,11 @@ <h1>Edit Talk</h1> {% include '_errors.html' %} -<form action="{% url kiwipycon_edit_talk id %}" +<form action="{% url scipycon_edit_talk id %}" method="post"> <fieldset> <legend>Edit Talk</legend> - <table class="kiwipycon-default"> + <table class="scipycon-default"> {{ form }} </table> <button class="button left" diff --git a/project/templates/talk/submit-talk.html b/project/templates/talk/submit-talk.html index 79d3c80..9a40f80 100644 --- a/project/templates/talk/submit-talk.html +++ b/project/templates/talk/submit-talk.html @@ -7,12 +7,12 @@ {% include '_errors.html' %} - <form action="{% url kiwipycon_submit_talk %}" + <form action="{% url scipycon_submit_talk %}" method="post"> {% if not user.is_authenticated %} <fieldset> <legend>Are you a member of this site?</legend> - <table class="kiwipycon-default required"> + <table class="scipycon-default required"> {{ login_form }} </table> @@ -28,12 +28,12 @@ </form> <br /> - <form action="{% url kiwipycon_submit_talk %}" + <form action="{% url scipycon_submit_talk %}" enctype="multipart/form-data" method="post"> <fieldset> <legend>Speaker Registration</legend> - <table class="kiwipycon-default required"> + <table class="scipycon-default required"> {{ register_form }} </table> @@ -45,7 +45,7 @@ <br /> <fieldset> <legend>Talk Submission</legend> - <table class="kiwipycon-default required"> + <table class="scipycon-default required"> {{ talk_form }} </table> diff --git a/project/templates/talk/talks-cfp.html b/project/templates/talk/talks-cfp.html index 28a8225..f01018f 100644 --- a/project/templates/talk/talks-cfp.html +++ b/project/templates/talk/talks-cfp.html @@ -20,7 +20,7 @@ during which any attendee who wishes to talk on a pertinent topic is invited to <div class="section" id="submission-guidelines"> <h2>Submission Guidelines</h2> <ul class="simple"> -<li>Submissions should be uploaded via <a href="{% url kiwipycon_submit_talk %}">the web form.</a></li> +<li>Submissions should be uploaded via <a href="{% url scipycon_submit_talk %}">the web form.</a></li> <li>Submissions whose main purpose is to promote a commercial product or service will be refused.</li> <li>All accepted proposals must be presented at the SciPy conference by diff --git a/project/templates/user/_usermenu.html b/project/templates/user/_usermenu.html index db03c78..6f5a8d0 100644 --- a/project/templates/user/_usermenu.html +++ b/project/templates/user/_usermenu.html @@ -1,16 +1,16 @@ <div class="right"> <ul class="horizontal-menu"> <li> - <a href="{% url kiwipycon_account %}">My Profile</a> + <a href="{% url scipycon_account %}">My Profile</a> </li> <li> - <a href="{% url kiwipycon_edit_profile %}">Edit Profile</a> + <a href="{% url scipycon_edit_profile %}">Edit Profile</a> </li> <li> - <a href="{% url kiwipycon_password %}">Change Password</a> + <a href="{% url scipycon_password %}">Change Password</a> </li> <li> - <a href="{% url kiwipycon_username %}">Change Username</a> + <a href="{% url scipycon_username %}">Change Username</a> </li> </ul> </div> diff --git a/project/templates/user/account.html b/project/templates/user/account.html index 2862196..24d320a 100644 --- a/project/templates/user/account.html +++ b/project/templates/user/account.html @@ -7,7 +7,7 @@ {% block content %} <h1>My Profile: {{ user.first_name }} {{user.last_name}}</h1> -<table class="kiwipycon-default"> +<table class="scipycon-default"> <tr> <td class="label"> Username: @@ -25,7 +25,7 @@ <span>{{ user.get_full_name }}</span> {% else %} <span class="important">No name, please <a - href="{% url kiwipycon_edit_profile %}">edit profile</a>.</span> + href="{% url scipycon_edit_profile %}">edit profile</a>.</span> {% endif %} </td> <td rowspan="4"> @@ -86,7 +86,7 @@ requirements.</p> {% if talks %} <div id="talks"> <h2>Your Submitted Talks</h2> - <table class="kiwipycon-default" border="1"> + <table class="scipycon-default" border="1"> <th>Title</th> <th>Duration</th> <th>Audience</th> diff --git a/project/templates/user/editprofile.html b/project/templates/user/editprofile.html index fd73d3b..67857e8 100644 --- a/project/templates/user/editprofile.html +++ b/project/templates/user/editprofile.html @@ -6,12 +6,12 @@ <h1>Edit Your Profile</h1> - <form action="{% url kiwipycon_edit_profile %}" + <form action="{% url scipycon_edit_profile %}" enctype="multipart/form-data" method="post"> <fieldset> <legend>Edit Profile</legend> - <table class="kiwipycon-default"> + <table class="scipycon-default"> {{ form }} </table> <input type="hidden" diff --git a/project/templates/user/login.html b/project/templates/user/login.html index 9d920ad..65e8727 100644 --- a/project/templates/user/login.html +++ b/project/templates/user/login.html @@ -14,15 +14,15 @@ <form class="authenticate" enctype="multipart/form-data" - action="{% url kiwipycon_login %}" + action="{% url scipycon_login %}" method="post"> - <table class="kiwipycon-default"> + <table class="scipycon-default"> {{ login_form }} <tr> <td></td> <td> - <a href="{% url kiwipycon_password_reset %}">Forgot password?</a> + <a href="{% url scipycon_password_reset %}">Forgot password?</a> </td> </tr> </table> @@ -50,9 +50,9 @@ If you are not already a member of the site you can register here. </div> - <form action="{% url kiwipycon_login %}" + <form action="{% url scipycon_login %}" method="post"> - <table class="kiwipycon-default"> + <table class="scipycon-default"> {{ register_form }} </table> <input type="hidden" diff --git a/project/templates/user/password.html b/project/templates/user/password.html index ece1e96..db9b890 100644 --- a/project/templates/user/password.html +++ b/project/templates/user/password.html @@ -11,9 +11,9 @@ Please enter your old password, for security's sake, and then enter your new password twice so we can verify you typed it in correctly. </p> - <form action="{% url kiwipycon_password %}" + <form action="{% url scipycon_password %}" method="post"> - <table class="kiwipycon-default"> + <table class="scipycon-default"> <tr> <td class="label"> <label for="id_old_password">Old password:</label> diff --git a/project/templates/user/username.html b/project/templates/user/username.html index 0e101a8..5ebbd1c 100644 --- a/project/templates/user/username.html +++ b/project/templates/user/username.html @@ -5,9 +5,9 @@ {% block content %} <h1>Change your username</h1> - <form action="{% url kiwipycon_username %}" + <form action="{% url scipycon_username %}" method="post"> - <table class="kiwipycon-default"> + <table class="scipycon-default"> <tr> <td class="label"> <label for="id_username">New username:</label> |