Gitiles
Code Review
Sign In
gerrit.nordix.org
/
nolabs
/
website
/
1f595c1bdf4c561e500898f4c1ea0ff9e27d8c5d
/
.
/
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 %}