4 lines
205 B
HTML
4 lines
205 B
HTML
<%! from django.utils.translation import ugettext as _ %>
|
|
<h1>Check your email</h1>
|
|
<p>${_("We've sent an email message to {email} with instructions for activating your account.").format(email=email)}</p>
|