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