зеркало из https://github.com/mozilla/CSOL-site.git
12 строки
405 B
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 %} |