summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S2010-09-08 15:39:23 +0530
committerMadhusudan.C.S2010-09-08 15:39:23 +0530
commit45c1f338cede5048e65b3ea1217f2422c99f2f5a (patch)
tree74272f8942a9d018a59384c2481bbab018c8bc17
parent56c1876988fbd799f6266a7ab47003527aa60da2 (diff)
downloadscipycon-45c1f338cede5048e65b3ea1217f2422c99f2f5a.tar.gz
scipycon-45c1f338cede5048e65b3ea1217f2422c99f2f5a.tar.bz2
scipycon-45c1f338cede5048e65b3ea1217f2422c99f2f5a.zip
Change the order of parameters for Edit talk URL.
-rw-r--r--project/templates/talk/edit-talk.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/templates/talk/edit-talk.html b/project/templates/talk/edit-talk.html
index 4d93bdd..5c0d99a 100644
--- a/project/templates/talk/edit-talk.html
+++ b/project/templates/talk/edit-talk.html
@@ -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">