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.

18 lines
386 B

10 years ago
10 years ago
  1. {% extends "base.html" %}
  2. {% block content %}
  3. <div class="row">
  4. <div class="col-sm-6 col-sm-offset-3">
  5. <div class="hc-dialog">
  6. <h1>Login Link Sent!</h1>
  7. <br />
  8. <p>
  9. We've sent you an email with login instructions.
  10. Please check your inbox!
  11. </p>
  12. </div>
  13. </div>
  14. </div>
  15. {% endblock %}