diff options
Diffstat (limited to 'pkg/tpl/register_templ.txt')
-rw-r--r-- | pkg/tpl/register_templ.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/tpl/register_templ.txt b/pkg/tpl/register_templ.txt new file mode 100644 index 0000000..c404586 --- /dev/null +++ b/pkg/tpl/register_templ.txt @@ -0,0 +1,6 @@ +<article class=\"grid\"><div><hgroup><h1>Регистрация</h1><p>Регистрация в системе</p></hgroup><form method=\"post\" hx-post=\"/user/register\" hx-target=\"form\" hx-select=\"form\" hx-indicator=\"#loader\"> +<article><header>Ошибка</header> +</article> +<input type=\"text\" name=\"username\" placeholder=\"Отображаемое имя\" aria-label=\"Отображаемое имя\" autocomplete=\"username\" value=\" +\" required> <input type=\"email\" name=\"email\" placeholder=\"Электропочта\" aria-label=\"Электропочта\" autocomplete=\"email\" value=\" +\" required> <input type=\"password\" name=\"password\" placeholder=\"Пароль\" aria-label=\"Пароль\" autocomplete=\"current-password\" required> <button type=\"submit\" class=\"contrast\">Регистрация</button></form></div><div></div></article> |