Commit 0b3da68f by bridger

Merge pull request #270 from MITx/dormsbee/course_img_jpg

Use JPGs instead of PNG for course images
parents 8be3f4f9 80c04e14
......@@ -46,7 +46,7 @@ def course_static_url(course):
return settings.STATIC_URL + "/" + course.metadata['data_dir'] + "/"
def course_image_url(course):
return course_static_url(course) + "images/course_image.png"
return course_static_url(course) + "images/course_image.jpg"
def get_course_about_section(course, section_key):
"""
......
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