summaryrefslogtreecommitdiff
path: root/nop/templates/nop_form.html
diff options
context:
space:
mode:
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>