Unverified Commit 5ca2ea9a by Matt Tuchfarber Committed by GitHub

Merge pull request #16523 from edx/tuchfarber/program_marketing_tweaks

Make FAQ responses allow HTML and fix banner image sizing.
parents 5c3f5098 8828fa5c
......@@ -7,7 +7,7 @@
.main-banner {
color: $white;
margin-bottom: 1px;
background-size:100% 100% !important;
background-size:cover !important;
background-repeat:no-repeat !important;
.authoring-org-logo {
......
......@@ -341,7 +341,7 @@ endorser_org = endorser_position.get('organization_name') or corporate_endorseme
${faq['question']}
</div>
<div class="answer">
${faq['answer']}
${HTML(faq['answer'])}
</div>
</div>
% endfor
......
Markdown is supported
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