1
0
Fork 0
satnogs-db/db/templates/account/verification_sent.html

20 lines
555 B
HTML

{% extends "account/base.html" %}
{% block head_title %}Verify Your E-mail Address{% endblock %}
{% block content %}
<div class="container">
<div class="row">
<div class="col-md-5">
<h2>Verify Your E-mail Address</h2>
<p>
We have sent an e-mail to <a href="mailto:{{ email }}">{{ email }}</a>
for verification. Follow the link provided to finalize the signup process.
Please contact us if you do not receive it within a few minutes.
</p>
</div>
</div>
</div>
{% endblock %}