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

#224
This commit is contained in:
cahrens
2013-04-04 15:30:34 -04:00
parent d02dc37d9f
commit bd055ddc22
5 changed files with 5 additions and 5 deletions

View File

@@ -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.
The end_date "blob" has higher precedence and will show.
See also test_end course.
See also test_end course.

View File

@@ -1 +1 @@
Learning never ends
Learning never ends

View File

@@ -1 +1 @@
<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"/>

View File

@@ -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.
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.

View File

@@ -1 +1 @@
<course org="edX" course="test_end" url_name="2012_Fall"/>
<course org="edX" course="test_end" url_name="2012_Fall"/>