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

{% extends "base.html" %}
{% block content %}
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<div class="hc-dialog">
<h1>Login Link Sent!</h1>
<br />
<p>
We've sent you an email with login instructions.
Please check your inbox!
</p>
</div>
</div>
</div>
{% endblock %}