{% extends "single.html" %} {% block title %} Change Email {% endblock %} {% block single_content %}
{% if incorrect_code %}
The link is incorrect.

Please go to settings page to re-send confirmation email.
{% endif %} {% if expired_code %}
The link is already expired.

Please go to settings page to re-send confirmation email.
{% endif %}
{% endblock %}