summaryrefslogtreecommitdiff
path: root/website/app/templates/login.html
diff options
context:
space:
mode:
authorblendoit <blendoit@gmail.com>2020-01-22 18:15:52 -0800
committerblendoit <blendoit@gmail.com>2020-01-22 18:15:52 -0800
commit2f1d0719faa0d955a82e87c0ea022f458e1c699f (patch)
treea6f5d5403d4884c9ef3e6c7c3b6060151fcc373b /website/app/templates/login.html
First commit.
Diffstat (limited to 'website/app/templates/login.html')
-rw-r--r--website/app/templates/login.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/website/app/templates/login.html b/website/app/templates/login.html
new file mode 100644
index 0000000..63217e1
--- /dev/null
+++ b/website/app/templates/login.html
@@ -0,0 +1,34 @@
+{% extends "base.html" %}
+{% block content %}
+
+<div class="content-section">
+ <form method="POST" action="">
+ {{ form.hidden_tag() }}
+ <fieldset class="form-group">
+ <legend>Join Today</legend>
+ <div class="form-group">
+ {{ form.alias.label }}
+ {{ form.alias }}
+ </div>
+ <div class="form-group">
+ {{ form.password.label }}
+ {{ form.password }}
+ </div>
+ <div class="form-group">
+ {{ form.password_confirm.label }}
+ {{ form.password_confirm }}
+ </div>
+ </fieldset>
+ <div class="form-group">
+ {{ form.submit(class="btn") }}
+ </div>
+ </form>
+</div>
+
+<div>
+ <small>
+ Already have an account? <a href="{{ url_for('login') }}">Sign In</a>
+ </small>
+</div>
+
+{% endblock content %}
Copyright 2019--2025 Marius PETER