Skip to content

Commit

Permalink
Correção menor
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusandrade committed Oct 15, 2024
1 parent 7b55a95 commit ada158d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/regional/result-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ <h4 class="alert-heading"><i class="fas fa-exclamation-triangle"></i> This artic
<b>Related resources</b><br>
<div class="related_resource">
{% for related in doc.related_resource %}
{{ dump(related|json2array) }}
{{ related }}
{% endfor %}
</div>
{% endif %}
Expand Down

0 comments on commit ada158d

Please sign in to comment.