diff --git a/OACPL/settings.base.py b/OACPL/settings.base.py index 5be9df0..a965f79 100644 --- a/OACPL/settings.base.py +++ b/OACPL/settings.base.py @@ -147,3 +147,5 @@ STATIC_URL = '/static/' MEDIA_ROOT = os.path.join(BASE_DIR, 'media') MEDIA_URL = '/media/' + +YOUTUBE_CONFERENCE = 'https://www.youtube.com/embed/m2YpX4Fma2c' diff --git a/main/templates/index.html b/main/templates/index.html index 1692dbd..8072a1e 100644 --- a/main/templates/index.html +++ b/main/templates/index.html @@ -4,8 +4,10 @@ {% block head %}