aboutsummaryrefslogtreecommitdiff
path: root/ui/pages/auth
diff options
context:
space:
mode:
Diffstat (limited to 'ui/pages/auth')
-rw-r--r--ui/pages/auth/register.tmpl.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/ui/pages/auth/register.tmpl.html b/ui/pages/auth/register.tmpl.html
deleted file mode 100644
index 7dfd7aa..0000000
--- a/ui/pages/auth/register.tmpl.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{{define "title"}}Register{{end}}
-
-{{define "main"}}
- <h1>Registration</h1>
- <form hx-post="/user">
- <label>
- Username
- <input type="text" placeholder="username" />
- </label>
- <label>
- Password
- <input type="password" placeholder="password" />
- </label>
- <button type="submit">Register</button>
- </form>
-{{end}}