Bladeren bron

Country form

Andrew Grant 5 maanden geleden
bovenliggende
commit
bbd9db5720
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      src/main/resources/templates/country/form.html

+ 1 - 0
src/main/resources/templates/country/form.html

@@ -23,6 +23,7 @@
 
 <div class="container border border-info
 rounded-3 text-center p-4">
+    <h3>Country Details</h3>
     <form th:object="${countryCommand}" th:action="@{/country}" method="post">
         <div th:if="${#fields.hasErrors('*')}" class="alert alert-danger">
             <p>Please Correct The Errors Below</p>