Skip to content

Commit

Permalink
Merge pull request #1794 from ProgrammeVitam/12560-cas-subrogation-error
Browse files Browse the repository at this point in the history
Story #12560: errors on subrogation connection
  • Loading branch information
laedanrex authored Apr 24, 2024
2 parents 65b635c + 23a6c09 commit 4713b92
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cas/cas-server/src/main/resources/templates/emailForm.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
<div class="Text-medium-bold" th:text="#{screen.welcome.label.superuser}">Super utilisateur :</div>&nbsp;
<div class="Text-medium" th:text="${loginEmail}">superadmin@programmevitam.fr</div>
</div>
<div class="warning Caption" th:if="${#fields.hasErrors('*')}">
<i class="vitamui-icon vitamui-icon-anomalie"></i>
<div class="col">
<div class="element" th:each="err : ${#fields.errors('*')}" th:text="${err}">
Exemple d'erreur
</div>
</div>
</div>
</form>
</div>

Expand Down

0 comments on commit 4713b92

Please sign in to comment.