mirror of
https://github.com/sb745/NyaaV3.git
synced 2025-03-12 13:56:55 +02:00
7 lines
283 B
HTML
7 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 %}
|