1
0
Fork 0
mirror of https://gitlab.com/SIGBUS/nyaa.git synced 2024-06-13 17:08:31 +00:00
nyaa/nyaa/templates/waiting.html
2017-05-12 20:51:49 +02:00

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 %}