Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1944 from philanthropy-u/asad/LP-3014
Browse files Browse the repository at this point in the history
LP-3014 Redirect Footer FAQ link to support site
  • Loading branch information
asadali145 authored Apr 28, 2022
2 parents 0fbeacd + 76fde3e commit 384100c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lms/djangoapps/philu_overrides/branding/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def _auth_footer_legal_links():
links = [
("terms_of_service_and_honor_code", "https://philanthropyu.org/terms-of-use/", _("Terms of Use"), "_blank"),
("privacy_policy", "https://philanthropyu.org/privacy-policy/", _("Privacy Policy"), "_blank"),
("faq", "https://philanthropyu.org/faq/", _("FAQ"), "_blank")
("faq", "https://support.philanthropyu.org", _("FAQ"), "_blank")
]

return [
Expand All @@ -207,7 +207,7 @@ def my_footer_legal_links():
links = [
("terms_of_service_and_honor_code", "https://philanthropyu.org/terms-of-use/", _("Terms of Use"), "_blank"),
("privacy_policy", "https://philanthropyu.org/privacy-policy/", _("Privacy Policy"), "_blank"),
("faq", "https://philanthropyu.org/faq/", _("FAQ"), "_blank")
("faq", "https://support.philanthropyu.org", _("FAQ"), "_blank")
]

return [
Expand Down

0 comments on commit 384100c

Please # to comment.