Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: get marketing and auth urls from site configurations #446

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

Ali-Salman29
Copy link

No description provided.

@@ -23,6 +24,9 @@ def register_redirect_to_lms(request):
This view redirects to the LMS register view. It is used to temporarily keep the old
Studio signup url alive.
"""
configuration_helpers.get_value(
"FRONTEND_REGISTER_URL", settings.FRONTEND_REGISTER_URL
)
register_url = '{register_url}{params}'.format(
register_url=settings.FRONTEND_REGISTER_URL,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are still getting it from settings

Copy link

@Faraz32123 Faraz32123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Ali-Salman29 Ali-Salman29 force-pushed the alisalman/fix-multisites-urls branch 2 times, most recently from 6d21ab5 to bcfb486 Compare November 3, 2023 14:20
@Ali-Salman29 Ali-Salman29 merged commit 804d9b1 into sdaia-dev Nov 3, 2023
9 of 41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants