diff options
Diffstat (limited to 'spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/contact/result.html')
| -rw-r--r-- | spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/contact/result.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/contact/result.html b/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/contact/result.html index 607a9eb..354c8b3 100644 --- a/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/contact/result.html +++ b/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/contact/result.html @@ -12,6 +12,6 @@ <p th:text="'Thank you ' + ${contactForm.name} + '.'" /> - <a href="/contact">Try again</a> + <a th:href="@{/contact}">Try again</a> </body> </html>
\ No newline at end of file |
