Change the order of parameters for Edit talk URL.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Wed, 08 Sep 2010 15:39:23 +0530
changeset 159 3b0045bbea1b
parent 158 3bf819c654a7
child 160 1097a7718f99
Change the order of parameters for Edit talk URL.
project/templates/talk/edit-talk.html
--- a/project/templates/talk/edit-talk.html	Wed Sep 08 15:38:53 2010 +0530
+++ b/project/templates/talk/edit-talk.html	Wed Sep 08 15:39:23 2010 +0530
@@ -6,7 +6,7 @@
 <h1>Edit Talk</h1>
 
 {% include '_errors.html' %}
-<form action="{% url scipycon_edit_talk id params.scope %}" method="post">
+<form action="{% url scipycon_edit_talk params.scope id %}" method="post">
     <fieldset>
       <legend>Edit Talk</legend>
       <table class="scipycon-default">