You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
375 B

{% extends "base_auth.html" %}
{% block content_auth %}
<div class="card-content">
<p>
We've <span>emailed you instructions to activate your account</span>.
You should receive them shortly.
</p>
<p>
If you don't receive an email, please make sure you've entered the address you registered with,
and check your spam folder.
</p>
</div>
{% endblock %}