summaryrefslogtreecommitdiff
path: root/nop/templates/nop_form.html
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-06-01 10:21:17 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-06-01 10:21:17 (GMT)
commitb0fc7daaaede72ceb38c00115b0a79fb600137d7 (patch)
tree41ab6bc25d244a5566139ce10e6cfc8dabfd112e /nop/templates/nop_form.html
parent533da937fc41513ec25f8e64294b135e42a24ceb (diff)
use GET instead of POST, since it simply works with deliverance
Diffstat (limited to 'nop/templates/nop_form.html')
-rw-r--r--nop/templates/nop_form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/nop/templates/nop_form.html b/nop/templates/nop_form.html
index 98b000d..e3b32e9 100644
--- a/nop/templates/nop_form.html
+++ b/nop/templates/nop_form.html
@@ -12,7 +12,7 @@
<body>
<div id="content-main" class="show-detail">
- <form action="" method="post">{% csrf_token %}
+ <form action="/nop" method="get">
{{ form.as_table }}
<input type="submit" value="senden" />
</form>