mirror of https://git.sr.ht/~sircmpwn/fosspay
parent
84d34e291a
commit
2fb788316b
@ -1,20 +1,31 @@ |
||||
{% extends "layout.html" %} |
||||
{% block container %} |
||||
<h1>Log In</h1> |
||||
{% if errors %} |
||||
<div class="alert alert-danger"> |
||||
<p> |
||||
Username or password incorrect. |
||||
</p> |
||||
</div> |
||||
{% endif %} |
||||
<form action="/login" method="POST"> |
||||
<div class="form-group"> |
||||
<input class="form-control" type="text" name="email" placeholder="you@email.com" /> |
||||
{% block body %} |
||||
<div class="well"> |
||||
<div class="container"> |
||||
<h1>Donate to {{ _cfg("your-name") }}</h1> |
||||
</div> |
||||
<div class="form-group"> |
||||
<input class="form-control" type="password" name="password" placeholder="Password" /> |
||||
</div> |
||||
<div class="container"> |
||||
<div class="row"> |
||||
<div class="col-md-6 col-md-offset-3"> |
||||
<h1>Log In</h1> |
||||
{% if errors %} |
||||
<div class="alert alert-danger"> |
||||
<p> |
||||
Username or password incorrect. |
||||
</p> |
||||
</div> |
||||
{% endif %} |
||||
<form action="/login" method="POST"> |
||||
<div class="form-group"> |
||||
<input class="form-control" type="text" name="email" placeholder="you@email.com" /> |
||||
</div> |
||||
<div class="form-group"> |
||||
<input class="form-control" type="password" name="password" placeholder="Password" /> |
||||
</div> |
||||
<input type="submit" value="Log in" class="btn btn-primary" /> |
||||
</form> |
||||
</div> |
||||
</div> |
||||
<input type="submit" value="Log in" class="btn btn-primary" /> |
||||
</form> |
||||
</div> |
||||
{% endblock %} |
||||
|
@ -0,0 +1,8 @@ |
||||
<p> |
||||
Donations accumulate until there's enough to fund one week of |
||||
full time development. The project you specify influences which |
||||
projects receive the most time. Each donated-to project will |
||||
receive attention, even if there's just one donation for it. |
||||
Monthly donations will help me keep doing this for a long time, |
||||
but one-offs are also great. |
||||
</p> |
Loading…
Reference in new issue