General code cleanup - cleanup HTML var spacing #4675

Closed
opened 2025-12-29 19:19:23 +01:00 by adam · 1 comment
Owner

Originally created by @matt852 on GitHub (Mar 18, 2021).

NetBox version

v2.10.6

Python version

3.8

Steps to Reproduce

This is simply general code cleanup. It is not a specific bug.

Expected Behavior

n/a

Observed Behavior

n/a

This is not a reproducible bug. However in 4 different HTML files, there are some {% tag %} tags with incorrect spacing. While functional, they do not conform to the existing standards for all other tags.

For example, {% tag %} can be found written as either {%tag %} or {% tag%} in some places.

Originally created by @matt852 on GitHub (Mar 18, 2021). ### NetBox version v2.10.6 ### Python version 3.8 ### Steps to Reproduce This is simply general code cleanup. It is not a specific bug. ### Expected Behavior n/a ### Observed Behavior n/a This is not a reproducible bug. However in 4 different HTML files, there are some `{% tag %}` tags with incorrect spacing. While functional, they do not conform to the existing standards for all other tags. For example, `{% tag %}` can be found written as either `{%tag %}` or `{% tag%}` in some places.
adam closed this issue 2025-12-29 19:19:23 +01:00
Author
Owner

@jeremystretch commented on GitHub (Mar 18, 2021):

The UI is currently being overhauled for v2.11 under #5893. We're not doing any maintenance on the current templates until that initiative has been completed.

@jeremystretch commented on GitHub (Mar 18, 2021): The UI is currently being overhauled for v2.11 under #5893. We're not doing any maintenance on the current templates until that initiative has been completed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4675