healthchecks/templates/front/verify_email_success.html

20 lines
435 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<div id="login_dialog">
<h1>Email Address Verified!</h1>
<br />
<p>
Success! You've verified this email
address, and it will now receive
healthchecks.io notifications.
</p>
</div>
</div>
</div>
{% endblock %}