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.

14 lines
375 B

  1. {% extends "base_auth.html" %}
  2. {% block content_auth %}
  3. <div class="card-content">
  4. <p>
  5. We've <span>emailed you instructions to activate your account</span>.
  6. You should receive them shortly.
  7. </p>
  8. <p>
  9. If you don't receive an email, please make sure you've entered the address you registered with,
  10. and check your spam folder.
  11. </p>
  12. </div>
  13. {% endblock %}