Skip to content
Snippets Groups Projects
Unverified Commit a2ee0079 authored by Albert (AJ) St. Aubin's avatar Albert (AJ) St. Aubin Committed by GitHub
Browse files

Merge pull request #24096 from edx/aj/MICROBA-281

Fix for the redirect for the coaching form
parents 90458f9c 2f5c3e8d
Branches
Tags release-2020-05-28-17.35
No related merge requests found
......@@ -287,7 +287,7 @@ from student.models import CourseEnrollment
<%
account_mfe_url = getattr(settings, 'ACCOUNT_MICROFRONTEND_URL', '') or ''
coaching_consent_url = "%s/coaching_consent?next=%s" % (account_mfe_url, getattr(settings, 'LMS_ROOT_URL', '') + resume_button_url)
coaching_consent_url = "%s/coaching_consent?next=%s" % (account_mfe_url, getattr(settings, 'LMS_ROOT_URL', '') + reverse('dashboard'))
%>
% if plugins.get("coaching", {}).get("show_coaching_aside"):
<div class="wrapper-coaching">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment