From 2947ebb9cfd6a79f502f1cef0fdbcc0674855a87 Mon Sep 17 00:00:00 2001 From: Marc Riera Irigoyen Date: Mon, 5 Mar 2018 11:12:51 +0100 Subject: [PATCH] Form tests --- themes/crab/layouts/shortcodes/netlify-form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/crab/layouts/shortcodes/netlify-form.html b/themes/crab/layouts/shortcodes/netlify-form.html index 9400c93..51dc68b 100644 --- a/themes/crab/layouts/shortcodes/netlify-form.html +++ b/themes/crab/layouts/shortcodes/netlify-form.html @@ -1,6 +1,6 @@ {{ $action := .Get "action" | default "thank-you" -}} {{- if ne $action "thank-you" -}}{{- $action := ($action | absLangURL) -}}{{- end -}} -
+ {{ .Inner }}