changeset 96 | 178b89a3ca4f |
parent 1 | fda1c66b25f9 |
child 123 | d4799b7159e4 |
--- a/project/templates/talk/edit-talk.html Tue Jul 13 19:57:37 2010 +0530 +++ b/project/templates/talk/edit-talk.html Tue Jul 13 23:40:34 2010 +0530 @@ -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"