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
2017-01-28 12:17:22 +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 Confirmation Link</h1>
<div class="dialog-body">
<p>
The confirmation 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 %}