소스 검색

Fixes #19365: Omit plugin icon from page title

Jeremy Stretch 9 달 전
부모
커밋
15c7a19fb7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      netbox/templates/core/plugin.html

+ 1 - 1
netbox/templates/core/plugin.html

@@ -4,7 +4,7 @@
 {% load i18n %}
 {% load i18n %}
 {% load render_table from django_tables2 %}
 {% load render_table from django_tables2 %}
 
 
-{% block title %}<img class="plugin-icon" src="{{ plugin.icon_url }}">&nbsp;{{ plugin.title_long }}{% endblock %}
+{% block title %}{{ plugin.title_long }}{% endblock %}
 
 
 {% block object_identifier %}
 {% block object_identifier %}
 {% endblock object_identifier %}
 {% endblock object_identifier %}