{% extends "one_column_body.html" %} {% block title %}{% spaceless %}{% trans %}Change Email{% endtrans %}{% endspaceless %}{% endblock %} {% block content %} {% if action_type=="validate" %}
{% trans %}Validate email{% endtrans %}

{% trans %}An email with a validation link has been sent to {{ email }}. Please follow the emailed link with your web browser. Email validation is necessary to help insure the proper use of email on Q&A. If you would like to use another email, please change it again.{% endtrans %}

{% elif action_type=="validation_complete" %}
{% trans %}Email verified{% endtrans %}

{% trans %}Thank you for verifying your email! Now you can ask and answer questions. Also if you find a very interesting question you can subscribe for the updates - then will be notified about changes once a day or less frequently.{% endtrans %}

{% endif %} {% endblock %}