4 lines
217 B
HTML
4 lines
217 B
HTML
<%! from django.utils.translation import ugettext as _ %>
|
|
<h1>Check your email</h1>
|
|
<p>${_("An activation link has been sent to {emaiL}, along with instructions for activating your account.").format(email=email)}</p>
|