{% extends 'portal/base.html' %} {% load static %} {% block content %}
{% if usertype == "TEACHER" %}
{% else %}
{% endif %}

Thank you

Verification email sent

If you have entered a valid email address, you will receive a link enabling you to reset your password.

{% if usertype == "TEACHER" %} Back to homepage {% else %} Back to homepage {% endif %}
{% endblock content%}