Commit bd055ddc by cahrens

On course about page, display course end date if no about page HTML blog (end_date.html) exists.

#224
parent d02dc37d
...@@ -2,4 +2,4 @@ Test course for checking the end date displayed on the course about page. ...@@ -2,4 +2,4 @@ Test course for checking the end date displayed on the course about page.
This course has both an end_date HTML "blob", and it also has a course end date set. This course has both an end_date HTML "blob", and it also has a course end date set.
The end_date "blob" has higher precedence and will show. The end_date "blob" has higher precedence and will show.
See also test_end course. See also test_end course.
\ No newline at end of file
Learning never ends Learning never ends
\ No newline at end of file
<course org="edX" course="test_about_blob_end_date" url_name="2012_Fall"/> <course org="edX" course="test_about_blob_end_date" url_name="2012_Fall"/>
\ No newline at end of file
...@@ -2,4 +2,4 @@ Test course for checking the end date displayed on the course about page. ...@@ -2,4 +2,4 @@ Test course for checking the end date displayed on the course about page.
This course does not have an end_date HTML "blob", but it does have a course end date set. This course does not have an end_date HTML "blob", but it does have a course end date set.
Therefore the course end date should show on the course about page. Therefore the course end date should show on the course about page.
See also test_about_blob_end_date course. See also test_about_blob_end_date course.
\ No newline at end of file
<course org="edX" course="test_end" url_name="2012_Fall"/> <course org="edX" course="test_end" url_name="2012_Fall"/>
\ No newline at end of file
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