10 lines
178 B
HTML
10 lines
178 B
HTML
|
{% 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 %}
|