{% extends "base.html" %} {% block content %} {% if new_password %} Your password is "{{ new_password }}". This will be sent to your email id when app is on FOSSEE.
Click here to return to home page. {% else %}
{{form.as_p}}
{% endif %} {% endblock %}