mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
Merge pull request #9312 from kkthxbye-code/fix-9310
Fixes #9310 - Remove stray characters from Config Context tab
This commit is contained in:
commit
a06a280534
@ -43,7 +43,7 @@
|
|||||||
<div class="float-end">
|
<div class="float-end">
|
||||||
<span class="text-muted">{{ context.weight }}</span>
|
<span class="text-muted">{{ context.weight }}</span>
|
||||||
</div>
|
</div>
|
||||||
<strong>{{ context|linkify:"name" }}"></strong>
|
<strong>{{ context|linkify:"name" }}</strong>
|
||||||
{% if context.description %}
|
{% if context.description %}
|
||||||
<br /><small>{{ context.description }}</small>
|
<br /><small>{{ context.description }}</small>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user