django-rest-auth/demo/templates/password_reset_confirm.html
2014-10-15 17:32:19 +02:00

9 lines
200 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="row">
<h3>Password reset confirmation</h3><hr/>
{% include "fragments/password_reset_confirm_form.html" %}
</div>
{% endblock %}