notes-ker-lann/templates/registration/account_activation_email_sent.html
2020-04-05 04:26:42 +02:00

7 lines
No EOL
165 B
HTML

{% extends "base.html" %}
{% block content %}
<h2>Account Activation</h2>
An email has been sent. Please click on the link to activate your account.
{% endblock %}