adejs/controllers/auth/templates/mail-was-sent.html

10 lines
178 B
HTML
Raw Normal View History

2017-09-23 17:20:56 +01:00
{% extends "pyade/base.html" %}
{% block content %}
<h1>
A mail was sent to you.
</h1>
<p>
In this mail, you'll find a link to activate your account.
</p>
{% endblock %}