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

Merge pull request #24548 from edx/aj/MICROBA-484

[MICROBA-484] Update the URL for demographics banner
parents 21d1f3d5 c145c24e
No related branches found
Tags release-2018-12-12-12.20
No related merge requests found
......@@ -151,7 +151,7 @@ from student.models import CourseEnrollment
account_mfe_url = getattr(settings, 'ACCOUNT_MICROFRONTEND_URL', '') or ''
%>
% if display_demographics_banner:
<a href="${account_mfe_url}#demographics">
<a href="${account_mfe_url}#demographics-information">
<div
class="demographics-banner d-flex justify-content-left align-items-center flex-column flex-lg-row py-1 px-4 mb-2 mb-lg-4">
<img class="demographics-banner-icon d-none d-lg-inline-block" src="${static.url('edx.org/images/quote_prompt.png')}" alt="" aria-hidden="true">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment