0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-08 14:40:05 +00:00
healthchecks_healthchecks/templates/bad_link.html
2015-10-28 10:01:24 +02:00

18 lines
No EOL
523 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<div class="hc-dialog">
<h1>Incorrect Verification Link</h1>
<div class="dialog-body">
<p>
The verification link you just used is incorrect.
If you copy-pasted the link, please make sure you did not
miss any characters.
</p>
</div>
</div>
</div>
</div>
{% endblock %}