9 lines
342 B
HTML

{% extends "registration/registration_base.html" %}
{% load i18n %}{% load bootstrap %}
{% block title %}{% trans 'Activation email sent' %}{% endblock %}
{% block content %}
<h2>{% trans 'An activation email has been sent.' %}</h2>
<p>{% trans 'Please check your email and click on the link to activate your account.' %}</p>
{% endblock %}