Andrew Grant пре 5 месеци
родитељ
комит
bbd9db5720
1 измењених фајлова са 1 додато и 0 уклоњено
  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>