summaryrefslogtreecommitdiff
path: root/web/template/sign-in.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/sign-in.tmpl')
-rw-r--r--web/template/sign-in.tmpl24
1 files changed, 13 insertions, 11 deletions
diff --git a/web/template/sign-in.tmpl b/web/template/sign-in.tmpl
index cfe932b3a..48a833cee 100644
--- a/web/template/sign-in.tmpl
+++ b/web/template/sign-in.tmpl
@@ -1,13 +1,15 @@
{{ template "header.tmpl" .}}
-<section class="login">
- <h1>Login</h1>
- <form action="/auth/sign_in" method="POST">
- <label for="email">Email</label>
- <input type="text" class="form-control" name="username" required placeholder="Please enter your email address">
-
- <label for="password">Password</label>
- <input type="password" class="form-control" name="password" required placeholder="Please enter your password">
- <button type="submit" class="btn btn-success">Login</button>
- </form>
-</section>
+<main>
+ <section class="login">
+ <h1>Login</h1>
+ <form action="/auth/sign_in" method="POST">
+ <label for="email">Email</label>
+ <input type="text" class="form-control" name="username" required placeholder="Please enter your email address">
+
+ <label for="password">Password</label>
+ <input type="password" class="form-control" name="password" required placeholder="Please enter your password">
+ <button type="submit" class="btn btn-success">Login</button>
+ </form>
+ </section>
+</main>
{{ template "footer.tmpl" .}}