Fix registration errors

This commit is contained in:
Dmitry Isaenko 2024-01-20 20:02:46 +03:00
parent bb35158373
commit 0eb25c13d4
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
<body> <body>
<div class="page"> <div class="page">
<div th:replace="~{fragments/header :: 'header'}"></div> <div th:replace="~{fragments/header :: 'header-anon'}"></div>
<div class="container base"> <div class="container base">
<h1>Register</h1> <h1>Register</h1>
<form class="regForm" method="POST" th:action="@{/register}" th:object="${registrationForm}"> <form class="regForm" method="POST" th:action="@{/register}" th:object="${registrationForm}">

View file

@ -11,7 +11,7 @@
<body> <body>
<div class="page"> <div class="page">
<div th:replace="~{fragments/header :: 'header'}"></div> <div th:replace="~{fragments/header :: 'header-anon'}"></div>
<div class="container base"> <div class="container base">
<h1>Currently we're close to new registrations</h1> <h1>Currently we're close to new registrations</h1>
</div> </div>