healthchecks/templates/front/verify_email_success.html
2015-10-28 10:01:24 +02:00

20 lines
492 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 Address Verified!</h1>
<div class="dialog-body">
<p>
Success! You've verified this email
address, and it will now receive
healthchecks.io notifications.
</p>
</div>
</div>
</div>
</div>
{% endblock %}