CSOL-site/views/auth/password-notified.html

12 строки
405 B
HTML

{% extends 'auth/layout.html' %}
{% set bodyClass = 'password' %}
{% set pageTitle = 'Check your email' %}
{% set navItem = 'auth' %}
{% block content %}
{% if notifyUser.underage %}
<p>We've sent an email to your guardian, with instructions on how to change your password.</p>
{% else %}
<p>We've sent you an email, with instructions on how to change your password.</p>
{% endif %}
{% endblock %}