{% extends 'core/base.html' %} {% block title %}Forgot Password | {{ block.super }}{% endblock %} {% block content %}

Reset Forgotten Password

{% include 'accounts/post-form.html' with form_id='form-reset-password' form_submit="Reset Password" %} {% endblock %}