--- a/project/templates/talk/edit-talk.html Tue Jul 20 19:18:44 2010 +0530
+++ b/project/templates/talk/edit-talk.html Tue Jul 20 19:23:40 2010 +0530
@@ -6,18 +6,14 @@
<h1>Edit Talk</h1>
{% include '_errors.html' %}
-<form action="{% url scipycon_edit_talk id %}"
- method="post">
+<form action="{% url scipycon_edit_talk id params.scope %}" method="post">
<fieldset>
- <legend>Edit Talk</legend>
- <table class="scipycon-default">
- {{ form }}
- </table>
- <button class="button left"
- type="submit">
- Save Changes
- </button>
+ <legend>Edit Talk</legend>
+ <table class="scipycon-default">
+ {{ form }}
+ </table>
+
+ <button class="button left" type="submit">Save Changes</button>
</fieldset>
</form>
{% endblock content %}
-