Gitiles
Code Review
Sign In
gerrit.nordix.org
/
nolabs
/
website
/
c2a4601da93c48ad86b63d6520e74d9d83a4d95b
/
.
/
app
/
templates
/
user
/
password_reset.html
blob: bd260341f3e2be6e0db5460bb9ceabb9261f1568 [
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 %}