Gitiles
Code Review
Sign In
gerrit.nordix.org
/
nolabs
/
website
/
c2a4601da93c48ad86b63d6520e74d9d83a4d95b
/
.
/
app
/
templates
/
user
/
request_password_reset.html
blob: 15d447255be1e7de96a413f072a5aee5a4f2182d [
file
] [
log
] [
blame
]
{% extends "base.html" %}
{% import 'bootstrap/wtf.html' as wtf %}
{% block app_content %}
<div
class
=
"jumbotron"
>
<h3>
Reset Password
</h3>
<div
class
=
"row"
>
<div
class
=
"col-md-4"
>
{{ wtf.quick_form(form) }}
</div>
</div>
</div>
{% endblock %}