From a7fea618a7e5c86beb125b72862822780d2cbb2f Mon Sep 17 00:00:00 2001
From: Leonardo Vannucci <leonardo.vannucci@grupposistematica.it>
Date: Wed, 19 Sep 2018 17:44:17 +0200
Subject: [PATCH] fiz

---
 dg1cloud-core/src/main/resources/templates/startURP.html |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/dg1cloud-core/src/main/resources/templates/startURP.html b/dg1cloud-core/src/main/resources/templates/startURP.html
index d7b85b3..1d814e8 100644
--- a/dg1cloud-core/src/main/resources/templates/startURP.html
+++ b/dg1cloud-core/src/main/resources/templates/startURP.html
@@ -67,10 +67,8 @@
 													th:text="${error}"></p>
 											</div>
 											<div class="form-group">
+												<div th:if="${#fields.hasErrors('reCaptchaResponse')}" th:text="'Errore validazione reCAPTCHA'" th:class="${'alert ' + alertClass}"></div>
 												<div class="g-recaptcha" th:attr="data-sitekey=${@captchaSettings.getKey()}"></div>
-												<p class="error-message"
-													th:each="error: ${#fields.errors('reCaptchaResponse')}"
-													th:text="'Errore validazione reCaptcha'"></p>
 											</div>
 											<div class="form-group">
 												<button name="Invia richiesta" type="submit" th:text="'Invia richiesta'"></button>

--
Gitblit v1.6.2