mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-11-01 00:35:59 +00: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 %}
|