2017-08-23 15:47:20 +03:00

19 lines
401 B
HTML

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