From 1e1826af1849e3d7659066daa4bd76394083f1ba Mon Sep 17 00:00:00 2001 From: Giulio Gratta Date: Mon, 3 Feb 2014 12:52:08 -0800 Subject: [PATCH] fixing layout/style of disabled register button --- lms/templates/courseware/course_about.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lms/templates/courseware/course_about.html b/lms/templates/courseware/course_about.html index 0a6c5b346b..f52a8e7a6b 100644 --- a/lms/templates/courseware/course_about.html +++ b/lms/templates/courseware/course_about.html @@ -135,9 +135,8 @@ %endif - - ${_("You are registered for this course {course.display_number_with_default}").format(course=course) | h} - + ${_("You are registered for this course")} + %if show_courseware_link: ${_("View Courseware")}