fix: display SUPPORT_URL only if the url is configured

This commit is contained in:
Diana Olarte
2024-10-18 23:44:14 +11:00
committed by Adolfo R. Brandes
parent 08d47dd9f1
commit c93d94035a
5 changed files with 14 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ LMS_CLIENT_ID='login-service-client-id'
SEGMENT_KEY=''
FEATURE_FLAGS={}
MARKETING_SITE_BASE_URL='http://localhost:18000'
SUPPORT_URL='http://localhost:18000/support'
SUPPORT_URL=''
CONTACT_URL='http://localhost:18000/contact'
OPEN_SOURCE_URL='http://localhost:18000/openedx'
TERMS_OF_SERVICE_URL='http://localhost:18000/terms-of-service'