mirror of
https://github.com/simple-login/app.git
synced 2024-11-01 03:21:01 +01:00
00737f68de
* Wording changes * Add information to avoid being put in SPAM * Remove word repeating * Add forum mention * Add forum mention to header.html * Add info to avoid person marking as SPAM
15 lines
522 B
HTML
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 %}
|