From 8b5a0e6b856f4b18785a98996dc383143b3f2f1f Mon Sep 17 00:00:00 2001
From: Leonardo Vannucci <leonardo.vannucci@grupposistematica.it>
Date: Mon, 17 Sep 2018 09:23:59 +0200
Subject: [PATCH] Implementazione URP

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

diff --git a/dg1cloud-core/src/main/resources/templates/downloadFileCaptcha.html b/dg1cloud-core/src/main/resources/templates/downloadFileCaptcha.html
index 8aa9595..2d7f0fb 100644
--- a/dg1cloud-core/src/main/resources/templates/downloadFileCaptcha.html
+++ b/dg1cloud-core/src/main/resources/templates/downloadFileCaptcha.html
@@ -6,7 +6,6 @@
 		<meta name="viewport" content="width=device-width, initial-scale=1"/>
 		
 		<link rel="stylesheet" type="text/css" th:href="@{/webjars/bootstrap/3.3.7/css/bootstrap.min.css}"/>
-		<link rel="stylesheet" type="text/css" th:href="@{/css/main.css}"/>
 		
 		<title>Link download file</title>
 		<script src='https://www.google.com/recaptcha/api.js'></script>

--
Gitblit v1.6.2