From 6d63b852dd59fa64eb7f392c8f964e29bb9ba875 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Thu, 19 Jul 2012 18:52:01 -0400 Subject: [PATCH] fix typo in course registration modal, re-add the course number in the annoymous case --- lms/templates/portal/course_about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/portal/course_about.html b/lms/templates/portal/course_about.html index 5a28ebfa34..95afcfd73c 100644 --- a/lms/templates/portal/course_about.html +++ b/lms/templates/portal/course_about.html @@ -25,7 +25,7 @@ Register for ${course.number} %endif %else: - Register + Register for ${course.number} %endif