mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 21:18:16 -06:00
Fix object identifier styling
This commit is contained in:
parent
68ccee7cb1
commit
dad5c8c86e
@ -32,7 +32,7 @@ Context:
|
||||
</ol>
|
||||
|
||||
{# Object identifier #}
|
||||
<code class="d-block text-muted px-0">
|
||||
<code class="d-block text-muted bg-transparent px-0">
|
||||
{% block object_identifier %}
|
||||
{{ object|meta:"app_label" }}.{{ object|meta:"model_name" }}:{{ object.pk }}
|
||||
{% if object.slug %}({{ object.slug }}){% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user