dg1cloud-core/src/main/resources/templates/startURP.html
.. .. @@ -25,7 +25,7 @@ 25 25 method="post" role="form" 26 26 enctype="multipart/form-data" > 27 27 <div th:if="${message}" th:text="${message}" th:class="${'alert ' + alertClass}"></div> 28 - <div th:th:if="${appIdentifier}">28 + <div th:if="${appIdentifier}">29 29 <div th:text="${'Protocollo ' + appIdentifier + ' del ' + appIdentifierDate}" th:class="${'alert alert-info'}"></div> 30 30 <div> 31 31 <p><a th:href="@{/startURP}" class="btn btn-link"><span th:text="${'Effettua una nuova richiesta'}"></span></a></p>