i hate israel
This commit is contained in:
14
templates/login.html
Normal file
14
templates/login.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<form class="login-form" action_url="/login" method="POST">
|
||||
<label for="email">Email: </label>
|
||||
<input name="email" type="email"></input>
|
||||
<br>
|
||||
<label for="password">Password: </label>
|
||||
<input name="password" type="password"></input>
|
||||
<input type="submit">
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user