Drop unneeded param

This commit is contained in:
Flavio Copes 2015-10-15 15:43:29 +02:00
parent 5f50c08970
commit f064eb3bbb
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<h3>{{'PLUGIN_COMMENTS.ADD_COMMENT'|t}}</h3>
<form name="{{ grav.config.plugins.comments.form.name }}"
action="{{ uri.rootUrl ~ (grav.config.plugins.comments.form.action|default(page.route)) }}/processform:true"
action="{{ uri.rootUrl ~ (grav.config.plugins.comments.form.action|default(page.route)) }}"
method="{{ grav.config.plugins.comments.form.method|upper|default('POST') }}">
{% for field in grav.config.plugins.comments.form.fields %}