Commit 8828fa5c by Matt Tuchfarber

Make FAQ responses allow HTML and fix banner image sizing.

parent 7c94131e
......@@ -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