Fix registration errors
This commit is contained in:
parent
bb35158373
commit
0eb25c13d4
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
<body>
|
||||
<div class="page">
|
||||
<div th:replace="~{fragments/header :: 'header'}"></div>
|
||||
<div th:replace="~{fragments/header :: 'header-anon'}"></div>
|
||||
<div class="container base">
|
||||
<h1>Register</h1>
|
||||
<form class="regForm" method="POST" th:action="@{/register}" th:object="${registrationForm}">
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<body>
|
||||
<div class="page">
|
||||
<div th:replace="~{fragments/header :: 'header'}"></div>
|
||||
<div th:replace="~{fragments/header :: 'header-anon'}"></div>
|
||||
<div class="container base">
|
||||
<h1>Currently we're close to new registrations</h1>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue