Bläddra i källkod

Remove stray characters from Config Context tab

kkthxbye 3 år sedan
förälder
incheckning
1358469375
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      netbox/templates/extras/object_configcontext.html

+ 1 - 1
netbox/templates/extras/object_configcontext.html

@@ -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 %}