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.

27 lines
507 B

  1. {% extends "emails/base.html" %}
  2. {% load hc_extras %}
  3. {% block content %}
  4. Hello,<br />
  5. <br />
  6. We send a confirmation code before performing sensitive actions on {% site_name%}.<br />
  7. Your confirmation code is:<br />
  8. <br />
  9. <div style="font-family: monospace; font-weight: bold; font-size: 24px">
  10. {{ sudo_code }}
  11. </div>
  12. <br />
  13. Note: this code is only valid for 15 minutes.<br />
  14. <br />
  15. {% endblock %}
  16. {% block content_more %}
  17. All the Best,<br>
  18. The {% site_name %} Team
  19. <br /><br />
  20. {% endblock %}