{% extends "base-apply.html" %} {% load i18n %} {% block title %}{% trans "Password Reset" %}{% endblock %} {% block body_class %}bg-white{% endblock %} {% block content %}

{% trans "Check your inbox for a password reset email!" %}

{% blocktrans %}We have sent an email to you with a password recovery link, open the link in the email to change your password.{% endblocktrans %}

{% blocktrans %}Check your "Spam" folder, if you don't find the email in your inbox.{% endblocktrans %}

{% endblock %}