mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-13 16:47:34 -06:00
Fixes #19365: Omit plugin icon from page title
This commit is contained in:
parent
1141ddb22a
commit
15c7a19fb7
@ -4,7 +4,7 @@
|
||||
{% load i18n %}
|
||||
{% load render_table from django_tables2 %}
|
||||
|
||||
{% block title %}<img class="plugin-icon" src="{{ plugin.icon_url }}"> {{ plugin.title_long }}{% endblock %}
|
||||
{% block title %}{{ plugin.title_long }}{% endblock %}
|
||||
|
||||
{% block object_identifier %}
|
||||
{% endblock object_identifier %}
|
||||
|
Loading…
Reference in New Issue
Block a user