fixing layout/style of disabled register button

This commit is contained in:
Giulio Gratta
2014-02-03 12:52:08 -08:00
parent 27b2ff7e99
commit 1e1826af18

View File

@@ -135,9 +135,8 @@
<a href="${course_target}">
%endif
<span class="register disabled">
${_("You are registered for this course {course.display_number_with_default}").format(course=course) | h}
</span>
<span class="register disabled">${_("You are registered for this course")}</span>
%if show_courseware_link:
<strong>${_("View Courseware")}</strong>
</a>