app-MAIL-temp/templates/auth/register_waiting_activation...

15 lines
522 B
HTML

{% extends "single.html" %}
{% block title %}Activation Email Sent{% endblock %}
{% block single_content %}
<div class="card">
<div class="card-body p-6 text-center">
<h1 class="h4">An email to validate your email is on its way.</h1>
<p>Please check your inbox/spam folder.</p>
<p>Make sure to mark the message as not spam so that future messages come to your normal inbox</p>
</div>
</div>
{% endblock %}
{% block script %}<script>plausible('Complete registration')</script>{% endblock %}