summaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates/create_thread.html
diff options
context:
space:
mode:
Diffstat (limited to 'apioforum/templates/create_thread.html')
-rw-r--r--apioforum/templates/create_thread.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/templates/create_thread.html b/apioforum/templates/create_thread.html
index 9de7312..04b4f42 100644
--- a/apioforum/templates/create_thread.html
+++ b/apioforum/templates/create_thread.html
@@ -4,7 +4,7 @@
{% endblock %}
{% block content %}
-<form action="{{url_for('forum.create_thread')}}", method="POST">
+<form method="POST">
<label for="title">thread title</label>
<input name="title" id="title">
<br>