diff options
Diffstat (limited to 'views/register.templ')
-rw-r--r-- | views/register.templ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/register.templ b/views/register.templ index 9974110..0a4384e 100644 --- a/views/register.templ +++ b/views/register.templ @@ -1,7 +1,7 @@ package views templ Register(username, email string) { - @Layout() { + @Layout(nil) { <h1>Регистрация</h1> <form method="post"> <label for="username">Имя пользователя:</label> |