You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
284 B

  1. {% extends "emails/base.html" %}
  2. {% load hc_extras %}
  3. {% block content %}
  4. Hello,<br />
  5. To change the email address for your account on {% site_name %}, please press
  6. the button below:</p>
  7. {% endblock %}
  8. {% block content_more %}
  9. Regards,<br />
  10. The {% site_name %} Team
  11. {% endblock %}