Updates for user
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
74602215f3
commit
48d07f3d78
@ -1,11 +1,18 @@
|
|||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<form action="/user/login" method="post">
|
<div class="flex-row flex-center">
|
||||||
<label for="username">Email:</label>
|
<div class="flex-column flex-center">
|
||||||
<input type="text" name="email" >
|
<h1>Login</h1>
|
||||||
|
<form class="width-375-px" action="/user/login" method="post">
|
||||||
|
<label for="email">Email:</label>
|
||||||
|
<input class="width-100 mb-4" type="text" name="email" >
|
||||||
<label for="password">Password:</label>
|
<label for="password">Password:</label>
|
||||||
<input type="password" name="password">
|
<input class="width-100 mb-4" type="password" name="password">
|
||||||
<button type="submit">Sign In</button>
|
<div class="flex-row flex-right">
|
||||||
|
<button class="button" type="submit">Sign In</button>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue