Skip to content

Commit

Permalink
Getuigen empty fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Jan 15, 2020
1 parent 05f86a7 commit a828e38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/src/DataFixtures/Resources/getuigen.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
col-md-12
{% endif %}">
<div class="row">
{% if request.properties.getuige is defined %}
{% for getuige in request.properties.getuige %}

{% set assent = commonground_resource(getuige) %}
Expand Down Expand Up @@ -66,6 +67,7 @@
</div><!-- /.affa-team-profile -->
</div><!-- /.col-md-3 -->
{% endfor %}
{% endif %}
</div><!-- /.row -->
{% endif %}
</div>
Expand Down

0 comments on commit a828e38

Please sign in to comment.