diff options
author | Madhusudan.C.S | 2010-09-08 15:39:23 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-09-08 15:39:23 +0530 |
commit | 45c1f338cede5048e65b3ea1217f2422c99f2f5a (patch) | |
tree | 74272f8942a9d018a59384c2481bbab018c8bc17 /project | |
parent | 56c1876988fbd799f6266a7ab47003527aa60da2 (diff) | |
download | scipycon-45c1f338cede5048e65b3ea1217f2422c99f2f5a.tar.gz scipycon-45c1f338cede5048e65b3ea1217f2422c99f2f5a.tar.bz2 scipycon-45c1f338cede5048e65b3ea1217f2422c99f2f5a.zip |
Change the order of parameters for Edit talk URL.
Diffstat (limited to 'project')
-rw-r--r-- | project/templates/talk/edit-talk.html | 2 |
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"> |