From 275a7b887248d95c32ea42080da20b1794a8a591 Mon Sep 17 00:00:00 2001 From: Renzo Lucioni Date: Thu, 4 Aug 2016 15:02:02 -0400 Subject: [PATCH] Fix class on dashboard's verify now button --- lms/templates/dashboard/_dashboard_course_listing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/dashboard/_dashboard_course_listing.html b/lms/templates/dashboard/_dashboard_course_listing.html index 54399f2d21..1904dfc2ac 100644 --- a/lms/templates/dashboard/_dashboard_course_listing.html +++ b/lms/templates/dashboard/_dashboard_course_listing.html @@ -308,7 +308,7 @@ from student.helpers import ( % endif
- ${_('Verify Now')} + ${_('Verify Now')}
% elif verification_status['status'] == VERIFY_STATUS_SUBMITTED:

${_('You have already verified your ID!')}