diff options
author | Cara Salter <cara@devcara.com> | 2022-08-24 13:15:31 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-08-24 13:15:31 -0400 |
commit | 9de84e3fbae0f2893e9c4f1425afa06899959bf7 (patch) | |
tree | f96d33d881954edc9b03df0bc821fb35eb59c577 /templates/login.rs.html | |
parent | 4b616447715b8129ae322341959e1c2bfabbd10e (diff) | |
download | nccd-9de84e3fbae0f2893e9c4f1425afa06899959bf7.tar.gz nccd-9de84e3fbae0f2893e9c4f1425afa06899959bf7.zip |
flaskify
Diffstat (limited to 'templates/login.rs.html')
-rw-r--r-- | templates/login.rs.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/templates/login.rs.html b/templates/login.rs.html deleted file mode 100644 index 122e2b8..0000000 --- a/templates/login.rs.html +++ /dev/null @@ -1,22 +0,0 @@ -@use super::{header_html, footer_html}; - -@() - -@:header_html() -<h1>NCCd Login</h1> -<form method="POST"> - <div> - <label for="username">Email</label> - <input type="text" name="email"> - </div> - <br/> - <div> - <label for="password">Password</label> - <input type="password" name="password"> - </div> - <div> - <button type="submit" class="accent">Submit</button> -</form> - -Or try <a href="/dash/auth/register">creating an account</a> -@:footer_html() |