login 페이지 수정
This commit is contained in:
parent
797931129b
commit
aacbcaa6e9
@ -89,7 +89,7 @@
|
||||
</form>
|
||||
|
||||
<p class="mb-0">
|
||||
<a th:href="@{/templates/itn/user/register}" class="text-center">Register a new membership</a>
|
||||
<a th:href="@{/user/register}" class="text-center">Register a new membership</a>
|
||||
</p>
|
||||
</div>
|
||||
<!-- /.card-body -->
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
비밀번호가 일치하지 않습니다. 다시 입력해주세요.
|
||||
</div>
|
||||
|
||||
<form th:action="@{/templates/itn/user/register}" method="post" th:object="${user}" novalidate>
|
||||
<form th:action="@{/user/register}" method="post" th:object="${user}" novalidate>
|
||||
<!-- 검증 오류 메시지 표시 -->
|
||||
<div th:if="${#fields.hasErrors('userId')}" class="alert alert-danger" role="alert">
|
||||
<span th:errors="*{userId}"></span>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user