layerindex-web/templates/registration/registration_complete.html
Paul Eggleton 86ffcbd5fe Change registered -> created in registration confirmation page
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-03-28 01:15:25 +00: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 %}