Files
edx-platform/lms/templates/registration/activate_account_notice.html
2013-07-31 19:39:15 -04:00

4 lines
321 B
HTML

<%! from django.utils.translation import ugettext as _ %>
<h2>${_("Thanks For Registering!")}</h2>
<p class='activation-message'>${_("Your account is not active yet. An activation link has been sent to {email}, along with instructions for activating your account.").format(email="<strong>{}</strong>".format(email))}</p>