Make FAQ responses allow HTML and fix banner image sizing.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user