mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-12 00:01:19 +00:00
18 lines
446 B
HTML
18 lines
446 B
HTML
{% extends "base.html" %}
|
|
{% load hc_extras %}
|
|
|
|
{% block content %}
|
|
<div class="row">
|
|
<div class="col-sm-6 col-sm-offset-3">
|
|
<div class="hc-dialog">
|
|
<h1>Check Your Email!</h1>
|
|
<br />
|
|
<p>
|
|
If a {% site_name %} account exists for this email address,
|
|
you will receive a login link in your email shortly.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{% endblock %}
|