Commit 8828fa5c by Matt Tuchfarber

Make FAQ responses allow HTML and fix banner image sizing.

parent 7c94131e
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
.main-banner { .main-banner {
color: $white; color: $white;
margin-bottom: 1px; margin-bottom: 1px;
background-size:100% 100% !important; background-size:cover !important;
background-repeat:no-repeat !important; background-repeat:no-repeat !important;
.authoring-org-logo { .authoring-org-logo {
......
...@@ -341,7 +341,7 @@ endorser_org = endorser_position.get('organization_name') or corporate_endorseme ...@@ -341,7 +341,7 @@ endorser_org = endorser_position.get('organization_name') or corporate_endorseme
${faq['question']} ${faq['question']}
</div> </div>
<div class="answer"> <div class="answer">
${faq['answer']} ${HTML(faq['answer'])}
</div> </div>
</div> </div>
% endfor % 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