Commit a76e5bd6 by Giulio Gratta

Merge pull request #2442 from edx/giulio/fix-disabled-about-page-button

fixing layout/style of disabled register button
parents eb36fc90 1e1826af
...@@ -140,9 +140,8 @@ ...@@ -140,9 +140,8 @@
<a href="${course_target}"> <a href="${course_target}">
%endif %endif
<span class="register disabled"> <span class="register disabled">${_("You are registered for this course")}</span>
${_("You are registered for this course {course.display_number_with_default}").format(course=course) | h}
</span>
%if show_courseware_link: %if show_courseware_link:
<strong>${_("View Courseware")}</strong> <strong>${_("View Courseware")}</strong>
</a> </a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment