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.

20 lines
513 B

  1. {% extends "base.html" %}
  2. {% load hc_extras %}
  3. {% block content %}
  4. <div class="row">
  5. <div class="col-sm-6 col-sm-offset-3">
  6. <div class="hc-dialog">
  7. <h1>Email Address Verified!</h1>
  8. <div class="dialog-body">
  9. <p>
  10. Success! You've verified this email
  11. address, and it will now receive
  12. {{ site_name }} notifications.
  13. </p>
  14. </div>
  15. </div>
  16. </div>
  17. </div>
  18. {% endblock %}