mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 15:26:56 +02:00
6 lines
283 B
HTML
6 lines
283 B
HTML
{% extends "layout.html" %}
|
|
{% block title %}Awaiting Verification :: {{ config.SITE_NAME }}{% endblock %}
|
|
{% block body %}
|
|
<h1>Awaiting Verification</h1>
|
|
<p>Your account been registered. Please check your email for the verification link to activate your account.</p>
|
|
{% endblock %}
|