aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/registration_complete.html
blob: 0d1b2ef614b0c5930cbca1c0b025e240adc7d804 (plain)
1
2
3
4
5
6
{% 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 %}