Skip to content
Snippets Groups Projects
Unverified Commit fcd0fa6d authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #1423 from OpenTechFund/fix/header-related-content-labs

Use default related header on labs.
parents aec9d1a6 ef13d98e
No related branches found
No related tags found
No related merge requests found
......@@ -15,5 +15,5 @@
</section>
</div>
{% include "public_funds/includes/lab_apply_cta.html" %}
{% include "includes/relatedcontent.html" with related_pages=rfps title="Related Requests"%}
{% include "includes/relatedcontent.html" with related_pages=rfps %}
{% endblock %}
......@@ -3,7 +3,7 @@
{% if related_documents or related_pages %}
<div class="wrapper wrapper--breakout wrapper--dark-bg wrapper--inner-space-xl">
<div class="wrapper wrapper--medium">
<h2>{{ title|default:"You might also like..."}}</h2>
<h2>{{ title|default:"You might also like"}}</h2>
<section class="grid grid--max-three">
{% for related_document in related_documents %}
{% with document=related_document.document %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment