aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/reregister.html
blob: 33c4bfbba6e87b8b2202ff0482f04185740fc048 (plain)
1
2
3
4
5
6
{% extends "base.html" %}
{% load i18n %}

{% block content %}
<p>{% trans "As you have changed the email address for your account, you will now be required to re-register. An email has been sent with instructions on how to re-activate your account." %}</p>
{% endblock %}