From 443c2b4f9ef177ff92069e92f52c920e17e0d682 Mon Sep 17 00:00:00 2001 From: Kcchouette Date: Tue, 12 Dec 2023 12:02:01 +0100 Subject: [PATCH] Fix an html tag --- resources/views/themes/Gentele/contact.tpl | 83 +++++++++++----------- 1 file changed, 42 insertions(+), 41 deletions(-) diff --git a/resources/views/themes/Gentele/contact.tpl b/resources/views/themes/Gentele/contact.tpl index dd5a0ac3a..09eadf510 100755 --- a/resources/views/themes/Gentele/contact.tpl +++ b/resources/views/themes/Gentele/contact.tpl @@ -17,48 +17,49 @@
-
-
-
-
-
-
-
-
-
-
- {$msg} -

Have a question?
Don't hesitate to send us a message. Our team - will be - happy to help you.

-
-
-
-
- {{Form::open(['url' => 'contact-us'])}} -
-
- - -
-
- - -
+
+
+
+
+
+
+
+
+
+
+
+ {$msg} +

Have a question?
Don't hesitate to send us a message. Our team + will be + happy to help you.

+
+
+
+
+ {{Form::open(['url' => 'contact-us'])}} +
+
+ + +
+
+ + +
+
+ + + {if {config('captcha.enabled')} == 1 && !empty({config('captcha.sitekey')}) && !empty({config('captcha.secret')})} + {NoCaptcha::display()}{NoCaptcha::renderJs()} + {/if} + + {{Form::close()}}
- - - {if {config('captcha.enabled')} == 1 && !empty({config('captcha.sitekey')}) && !empty({config('captcha.secret')})} - {NoCaptcha::display()}{NoCaptcha::renderJs()} - {/if} - - {{Form::close()}}