From 87aff18ae99f19801e2b125618a2840a734099ac Mon Sep 17 00:00:00 2001 From: Paul Bovis Date: Fri, 13 Nov 2015 10:46:28 -0700 Subject: [PATCH] change form action to work with multilang --- templates/partials/comments.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/partials/comments.html.twig b/templates/partials/comments.html.twig index 3462a23..8cf30e2 100644 --- a/templates/partials/comments.html.twig +++ b/templates/partials/comments.html.twig @@ -3,7 +3,7 @@

{{'PLUGIN_COMMENTS.ADD_COMMENT'|t}}

{% for field in grav.config.plugins.comments.form.fields %} @@ -41,4 +41,4 @@ {% endfor %} {% endif %} -{% endif %} \ No newline at end of file +{% endif %}