summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhardythe12013-11-27 16:42:06 +0530
committerhardythe12013-11-27 16:42:06 +0530
commit5f2f74748fcf104de858f8ca65982934dedf305c (patch)
treef3bb12e1a68b0435ea6277ff14b7a81ce44abd6c
parent382fedbdb2a2f7a97cb5f1eaa1e9f40025ab6e57 (diff)
downloadSciPy2013-5f2f74748fcf104de858f8ca65982934dedf305c.tar.gz
SciPy2013-5f2f74748fcf104de858f8ca65982934dedf305c.tar.bz2
SciPy2013-5f2f74748fcf104de858f8ca65982934dedf305c.zip
resolving the URL issue in the form
-rw-r--r--website/templates/abstract_details.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/abstract_details.html b/website/templates/abstract_details.html
index 5323883..1bc6a56 100644
--- a/website/templates/abstract_details.html
+++ b/website/templates/abstract_details.html
@@ -37,7 +37,7 @@
<p>{{ comment.comment|safe }}</p>
</div>
{% endfor %}
- <form action="/abstract-details/{{ paper.id }}/" method='POST' enctype="multipart/form-data">
+ <form action="/2013/abstract-details/{{ paper.id }}/" method='POST' enctype="multipart/form-data">
{% csrf_token %}
<textarea rows="5" cols="100" name="comment"></textarea>
<input class="button tiny success" type=submit value="Comment">