Remove truncation from image hash display in series images template
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
<div class="small text-muted">{{ image.image.size|filesizeformat }}</div>
|
<div class="small text-muted">{{ image.image.size|filesizeformat }}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if image.image_blake3_hash %}
|
{% if image.image_blake3_hash %}
|
||||||
<div class="small text-muted">hash: {{ image.image_blake3_hash|truncatechars:12 }}</div>
|
<div class="small text-muted">hash: {{ image.image_blake3_hash }}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user