Skip to content

Commit

Permalink
Fix template #138
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed Jul 17, 2024
1 parent 38e4c8c commit 6d0bca9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h5>{{ values|length }} {{ object_type }} created:</h5>
<hr>
{% endif %}
{% if results.existing %}
{% for object_type, values in results.created.items %}
{% for object_type, values in results.existing.items %}
<h5>{{ values|length }} {{ object_type }} updated/existing:</h5>
<ul class="mb-1">
{% for entry in values %}
Expand Down

0 comments on commit 6d0bca9

Please sign in to comment.