Skip to content

fix: Separate tos and honor mktg links

Boros Gábor requested to merge arjun/bb-4145-footer-links into master

Created by: arjunsinghy96

With koa, the tos and honor link in footer are combined to one. To separate them TOS and HONOR is set in EDXAPP_MKTG_URL_LINK_MAP to use static templates

Related Tickets

BB-4145

Testing Instructions

  1. Visit https://stage.manage.opencraft.com/instance/7770/edx-appserver/3310/
  2. Verify that following configuration is present in appserver
EDXAPP_MKTG_URL_LINK_MAP:
  HONOR: honor
  TOS: tos
  1. Verify that the instance runs on koa
  2. Visit https://bb-4097.stage.opencraft.hosting/
  3. Verify that the ToS and Honor links are separate

Merge request reports