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:22:56 -04:00
parent 56d5f13b5e
commit d02dc37d9f
13 changed files with 95 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
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.

View File

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

View File

@@ -0,0 +1,2 @@
<course>
</course>

View File

@@ -0,0 +1,9 @@
{
"course/2012_Fall": {
"graceperiod": "2 days 5 hours 59 minutes 59 seconds",
"start": "2015-07-17T12:00",
"end": "2015-09-17T12:00",
"display_name": "Test End",
"graded": "true"
}
}