Skip to content
Snippets Groups Projects
Commit ec87a14a authored by Sarina Canelake's avatar Sarina Canelake
Browse files

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

parent a8be7021
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment