Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{% extends "layout.html" %}
|
||||
{% block content %}
|
||||
<h2>Login</h2>
|
||||
<form method="POST">
|
||||
{{ form.hidden_tag() }}
|
||||
{{ form.email(size=32, placeholder=form.email.label.text) }}<br>
|
||||
{{ form.password(size=32, placeholder=form.password.label.text) }}<br>
|
||||
{{ form.submit() }}
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user