diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/templates/register.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/resources/templates/register.html b/src/main/resources/templates/register.html index 31f240b..41175d5 100644 --- a/src/main/resources/templates/register.html +++ b/src/main/resources/templates/register.html @@ -14,8 +14,6 @@ <h2 class="text-center mb-4">Register</h2> <hr /> - - <div th:if="${success}" class="alert alert-success alert-dismissible fade show" role="alert"> @@ -25,13 +23,10 @@ aria-label="Close"></button> </div> - <form method="post" th:object="${registerDto}"> <input type="hidden" th:name="${_csrf.parameterName}" th:value="${_csrf.token}" /> - - <div class="row mb-3"> <label class="col-sm-4 col-form-label">First Name*</label> <div class="col-sm-8"> |