fix
Leonardo Vannucci
2018-09-17 f3b5366c32416d5e516048ad1b8ab7a78ac0f54d
dg1cloud-core/src/main/resources/templates/startURP.html
....@@ -25,7 +25,7 @@
2525 method="post" role="form"
2626 enctype="multipart/form-data" >
2727 <div th:if="${message}" th:text="${message}" th:class="${'alert ' + alertClass}"></div>
28
- <div th:th:if="${appIdentifier}">
28
+ <div th:if="${appIdentifier}">
2929 <div th:text="${'Protocollo ' + appIdentifier + ' del ' + appIdentifierDate}" th:class="${'alert alert-info'}"></div>
3030 <div>
3131 <p><a th:href="@{/startURP}" class="btn btn-link"><span th:text="${'Effettua una nuova richiesta'}"></span></a></p>