Remove action url from form action.
This commit is contained in:
parent
bed960cba9
commit
c29e790d57
@ -20,7 +20,7 @@
|
||||
{% import "/mediagoblin/utils/wtforms.html" as wtforms_util %}
|
||||
|
||||
{% block mediagoblin_content %}
|
||||
<form action="{{ request.urlgen('mediagoblin.media_types.blog.create', user=user.username) }}"
|
||||
<form action=""
|
||||
method="POST" enctype="multipart/form-data">
|
||||
<div class="form_box_xl">
|
||||
<h1>{% trans %}Create/Edit a Blog{% endtrans %}</h1>
|
||||
|
Loading…
x
Reference in New Issue
Block a user