layerindex-web/registration/registration_complete.html
Paul Eggleton 2eb5f38b21 Initial commit of layerindex-web
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-02-13 12:09:57 +00:00

7 lines
241 B
HTML

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