layerindex-web/templates/django_registration/registration_complete.html
Amber Elliot 0f3b3e42a6 Upgrade django-registration to version 3.0.
This involves changing how registration templates are referenced
and how the activation email is sent on user's email address change.

Signed-off-by: Amber Elliot <amber.n.elliot@intel.com>
2019-07-17 11:30:56 +12:00

7 lines
238 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block content %}
<p>{% trans "Your account has been created, however it must now be activated. An email has been sent with instructions on how to activate your account." %}</p>
{% endblock %}