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

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

[MICROBA-281] Updated the coaching aside to point to the Caching wizaard
parents 1712ad7a db756d93
Branches
Tags release-2020-05-26-15.05
No related merge requests found
......@@ -285,7 +285,10 @@ from student.models import CourseEnrollment
</div>
% endif
<% account_mfe_url = getattr(settings, 'ACCOUNT_MICROFRONTEND_URL', '') or '' %>
<%
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)
%>
% if plugins.get("coaching", {}).get("show_coaching_aside"):
<div class="wrapper-coaching">
<div class="coaching-signup">
......@@ -293,7 +296,7 @@ from student.models import CourseEnrollment
${_("Take advantage of free coaching!")}
</div>
<div class="coaching-link">
<a class="btn-neutral" href="${account_mfe_url}">
<a class="btn-neutral" href="${coaching_consent_url}">
${_("Get Started")}
</a>
</div>
......
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