Skip to content

Commit

Permalink
Fixed bugs with localised_filesize snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanez authored Aug 30, 2024
1 parent dd75b3f commit 43cc8b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<tr>
<th scope="row">{{ h.scheming_language_text(field.label) }}</th>
<td>
{{ h.localised_filesize(res[field_name]) }}
{{ h.schemingdcat_get_readable_file_size(res[field.field_name]) or '-' }}
</td>
</tr>
{% endblock %}

0 comments on commit 43cc8b0

Please sign in to comment.