('cdn_user_agents',models.TextField(default=b'Amazon CloudFront',help_text=b'A newline-separated list of user agents that should be considered CDNs.')),
<h1class="title title-1">${_("Sign In to {studio_name}").format(studio_name=settings.STUDIO_NAME)}</h1>
<ahref="${reverse('signup')}"class="action action-signin">${_("Don't have a {studio_name} Account? Sign up!").format(studio_name=settings.STUDIO_SHORT_NAME)}</a>
<buttontype="submit"id="submit"name="submit"class="action action-primary">${_("Sign In to {studio_name}").format(studio_name=settings.STUDIO_NAME)}</button>
</div>
<!-- no honor code for CMS, but need it because we're using the lms student object -->
@@ -317,7 +318,13 @@ from student.helpers import (
...
@@ -317,7 +318,13 @@ from student.helpers import (
<h4class="message-title">${_('Your verification will expire soon!')}</h4>
<h4class="message-title">${_('Your verification will expire soon!')}</h4>
## Translators: start_link and end_link will be replaced with HTML tags;
## Translators: start_link and end_link will be replaced with HTML tags;
## please do not translate these.
## please do not translate these.
<pclass="message-copy">${Text(_('Your current verification will expire before the verification deadline for this course. {start_link}Re-verify your identity now{end_link} using a webcam and a government-issued ID.')).format(start_link=HTML('<ahref="{href}">'.format(href=reverse('verify_student_reverify'))), end_link=HTML('</a>'))}</p>
<pclass="message-copy">${Text(_('Your current verification will expire before the verification deadline '
'for this course. {start_link}Re-verify your identity now{end_link} using a webcam and a '
<h1class="title title-1">${_("Sign In to {studio_name}").format(studio_name=settings.STUDIO_NAME)}</h1>
<ahref="${reverse('signup')}"class="action action-signin">${_("Don't have a {studio_name} Account? Sign up!").format(studio_name=settings.STUDIO_SHORT_NAME)}</a>
<buttontype="submit"id="submit"name="submit"class="action action-primary">${_("Sign In to {studio_name}").format(studio_name=settings.STUDIO_NAME)}</button>
</div>
<!-- no honor code for CMS, but need it because we're using the lms student object -->