Browse Source

Fixed typo in template

Jeremy Stretch 7 years ago
parent
commit
d7177d3e05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netbox/templates/dcim/virtualchassis_edit.html

+ 1 - 1
netbox/templates/dcim/virtualchassis_edit.html

@@ -57,7 +57,7 @@
                                         </td>
                                         </td>
                                         <td>
                                         <td>
                                             {% if device.serial %}
                                             {% if device.serial %}
-                                                {{ device.serial }}}
+                                                {{ device.serial }}
                                             {% else %}
                                             {% else %}
                                                 <span class="text-muted">N/A</span>
                                                 <span class="text-muted">N/A</span>
                                             {% endif %}
                                             {% endif %}