Make FAQ responses allow HTML and fix banner image sizing.

This commit is contained in:
Matt Tuchfarber
2017-11-09 13:35:41 -05:00
parent 7c94131e51
commit 8828fa5cd9
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {

View File

@@ -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