Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
46119aca
Commit
46119aca
authored
Aug 04, 2016
by
Renzo Lucioni
Committed by
GitHub
Aug 04, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13169 from edx/renzo/verify-now-btn
Fix class on dashboard's verify now button
parents
1013d1e2
275a7b88
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
lms/templates/dashboard/_dashboard_course_listing.html
+1
-1
No files found.
lms/templates/dashboard/_dashboard_course_listing.html
View file @
46119aca
...
...
@@ -308,7 +308,7 @@ from student.helpers import (
% endif
</div>
<div
class=
"verification-cta"
>
<a
href=
"${reverse('verify_student_verify_now', kwargs={'course_id': unicode(course_overview.id)})}"
class=
"
cta
"
data-course-id=
"${course_overview.id}"
>
${_('Verify Now')}
</a>
<a
href=
"${reverse('verify_student_verify_now', kwargs={'course_id': unicode(course_overview.id)})}"
class=
"
btn
"
data-course-id=
"${course_overview.id}"
>
${_('Verify Now')}
</a>
</div>
% elif verification_status['status'] == VERIFY_STATUS_SUBMITTED:
<h4
class=
"message-title"
>
${_('You have already verified your ID!')}
</h4>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment