Files
edx-platform/registration/registration_complete.html
2011-12-08 04:02:28 +00:00

8 lines
282 B
HTML

{% extends "registration/base.html" %}
{% block title %}Registration complete{% endblock %}
{% block content %}
<h1>Check your email</h1>
<p>An activation link has been sent to the email address you supplied, along with instructions for activating your account.</p>
{% endblock %}