4.21.3
This commit is contained in:
13
app/templates/auth/register_waiting_activation.html
Normal file
13
app/templates/auth/register_waiting_activation.html
Normal file
@ -0,0 +1,13 @@
|
||||
{% 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>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% block script %}<script>plausible('Complete registration')</script>{% endblock %}
|
Reference in New Issue
Block a user