We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bddca8e + 1358469 commit a06a280Copy full SHA for a06a280
netbox/templates/extras/object_configcontext.html
@@ -43,7 +43,7 @@ <h5 class="card-header">
43
<div class="float-end">
44
<span class="text-muted">{{ context.weight }}</span>
45
</div>
46
- <strong>{{ context|linkify:"name" }}"></strong>
+ <strong>{{ context|linkify:"name" }}</strong>
47
{% if context.description %}
48
<br /><small>{{ context.description }}</small>
49
{% endif %}
0 commit comments