{% 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 %}
|