Files
edx-platform/lms/templates/registration/registration_complete.html
2012-06-06 14:09:01 -04: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 %}