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

fixing some more

parent 0728dd92
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -9,7 +9,9 @@ The KWARC group is constantly looking for good developers and Ph.D. students.
<ul class="collection">
{% for item in jobads %}
{% if item.status contains 'open' %}
{% include jobad.html %}
<li class="collection-item">
<a href="{{jobad.url}}" class="title">{{jobad.title}}</a>
</li>
{% 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