Closed
Description
Deployment Type
Self-hosted
NetBox Version
v3.7.6
Python Version
3.8
Steps to Reproduce
Modify configuration.py to enable Maintenance Mode:
# Setting this to True will display a "maintenance mode" banner at the top of every page.
MAINTENANCE_MODE = True
# This adds a banner to the top of every page when maintenance mode is enabled. HTML is allowed
BANNER_MAINTENANCE = 'System maintenance in progress: <b>READ ONLY</b> / Maintenance en cours: <b>LECTURE SEULEMENT</b>'
Expected Behavior
I would expect to have the HTML codes interpreted correctly (part of text above should be in bold).
This works in BANNER_LOGIN and BANNER_FOOTER, but not in BANNER_MAINTENANCE.
Observed Behavior
(results are similar using <strong>
)