mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
Remove stray characters from Config Context tab
This commit is contained in:
parent
bddca8e232
commit
1358469375
@ -43,7 +43,7 @@
|
||||
<div class="float-end">
|
||||
<span class="text-muted">{{ context.weight }}</span>
|
||||
</div>
|
||||
<strong>{{ context|linkify:"name" }}"></strong>
|
||||
<strong>{{ context|linkify:"name" }}</strong>
|
||||
{% if context.description %}
|
||||
<br /><small>{{ context.description }}</small>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user