4 lines
321 B
HTML
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>
|