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 %}