14 lines
346 B
HTML
14 lines
346 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
|
|
<div class="cover center">
|
|
<h1>
|
|
Verify Your E-mail Address
|
|
</h1>
|
|
<p>
|
|
We have sent an e-mail to you 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>
|
|
|
|
{% endblock %} |