Files
edx-platform/lms/templates/registration/registration_complete.html
Adam Palay 69ffb6a87b replace edx with variable substitution
fixes template errors

keep tos untranslated

formatting fixes
2013-07-31 19:39:15 -04:00

9 lines
337 B
HTML

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