Skip to content
Snippets Groups Projects
Commit 2e0a14bb authored by Michael Kohlhase's avatar Michael Kohlhase
Browse files

testing

parent 7e6950e0
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ permalink: /projects/
<ul class="collection">
{% for item in projects %}
{% if item.funding %} {% include psitem.html %} {% endif %}
{% unless item.funding == 'internal' %} {% include psitem.html %} {% endunless %}
{% endfor %}
</ul>
......@@ -19,7 +19,7 @@ We also organize some of our research and development into Projects,
<ul class="collection">
{% for item in projects %}
{% unless item.funding %} {% include psitem.html %} {% endunless %}
{% if item.funding == 'internal' %} {% include psitem.html %} {% endif %}
{% endfor %}
</ul>
......
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