{% extends "email/user_base.html" %} {% block content %} {% if model.user_is_new %}

Thank you for registering an account with SatSense.

{% else %}

A change of email address has been requested for your SatSense account. If you were not expecting this email, please let us know.

{% endif %}

Please click here to verify your email address to confirm your email address. This link will expire in one hour.

If the link above does not work, try visiting the following URL in a browser:
{{ model.verify_url }}

{% endblock %}