From 8debf4359cb3e07cbefd8ed8ea891058822cead4 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 19 Sep 2013 12:42:01 -0400 Subject: [PATCH] edx.org - adds in aria-describedby attributes for condition-dependent registration input elements --- lms/templates/register.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lms/templates/register.html b/lms/templates/register.html index fcaffc4e69..5cc1f4906b 100644 --- a/lms/templates/register.html +++ b/lms/templates/register.html @@ -159,16 +159,16 @@
  • - - ${_('Will be shown in any discussions or forums you participate in')} + + ${_('Will be shown in any discussions or forums you participate in')}
  • % if ask_for_fullname:
  • - - ${_("Needed for any certificates you may earn (cannot be changed later)")} + + ${_("Needed for any certificates you may earn (cannot be changed later)")}
  • % endif