Fixes 18183 - Hide Light/Dark Mode and Login Info from Printed Pages (#18185)

* Fixes Print Render

* Suppress the mobile view when printing
This commit is contained in:
jchambers2012 2024-12-10 10:31:45 -05:00 committed by GitHub
parent 4017d0ca35
commit 001f06cc9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ Blocks:
<div class="page">
{# Sidebar #}
<aside class="navbar navbar-vertical navbar-expand-lg">
<aside class="navbar navbar-vertical navbar-expand-lg d-print-none">
{% if 'commercial' in settings.RELEASE.features %}
<img class="motif" src="{% static 'motif.svg' %}" alt="{% trans "NetBox Motif" %}">