Commit ec87a14a by Sarina Canelake

Turn off welcome video by default on Open edX LMS index page

parent a8be7021
......@@ -9,8 +9,9 @@
<%
homepage_overlay_html = microsite.get_value('homepage_overlay_html')
show_homepage_promo_video = microsite.get_value('show_homepage_promo_video', True)
homepage_promo_video_youtube_id = microsite.get_value('homepage_promo_video_youtube_id', "XNaiOGxWeto")
## To display a welcome video, change False to True, and add a YouTube ID (11 chars, eg "123456789xX") in the following line
show_homepage_promo_video = microsite.get_value('show_homepage_promo_video', False)
homepage_promo_video_youtube_id = microsite.get_value('homepage_promo_video_youtube_id', "your-youtube-id")
show_partners = microsite.get_value('show_partners', True)
......
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