Skip to content
Snippets Groups Projects
Unverified Commit 388b44f2 authored by Dan Braghis's avatar Dan Braghis Committed by GitHub
Browse files

Merge pull request #51 from OpenTechFund/feature/106-create-project-page

add a link to the projects on the fund page
parents 902411dc b7250a44
No related branches found
No related tags found
No related merge requests found
{% for project in page.projects %} {% for funding in page.projectfunding_set.all %}
{% include "public_funds/includes/project_listing.html" with project=project %} {% include "public_funds/includes/project_listing.html" with project=funding.page %}
{% endfor %} {% endfor %}
<p>A PROJECT</p> {% load wagtailcore_tags wagtailimages_tags %}
<article class="project">
{% image project.icon %}
<h2><a href="{% pageurl project %}">{{ project.title }}</a></h2>
{% if project.listing_summary or project.introduction %}
<p>{{ project.listing_summary|default:project.introduction }}</p>
{% endif %}
</article>
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