Skip to content
Snippets Groups Projects
prompt_midcourse_reverify.html 349 B
<%! from django.utils.translation import ugettext as _ %>
<!--TODO replace this with something a clever deisgn person approves of-->
<h2>${_("You need to re-verify to continue")}</h2>
<p class='activation-message'>
	${_("To continue in the verified track in {course}, you need to re-verify your identity by {date}.  Go to URL.").format(email)}
</p>