mirror of
https://github.com/netbox-community/netbox.git
synced 2025-09-06 14:23:36 -06:00
Fix conditional in template
This commit is contained in:
parent
88a6e37206
commit
806d374098
@ -26,7 +26,7 @@
|
||||
width="{{ tn.width }}"
|
||||
height="{{ tn.height }}"
|
||||
class="rounded"
|
||||
alt="{{ object.description or object.name }}"
|
||||
alt="{{ object.description|default:object.name }}"
|
||||
/>
|
||||
</a>
|
||||
{% endthumbnail %}
|
||||
|
Loading…
Reference in New Issue
Block a user