Fixes #19365: Omit plugin icon from page title

This commit is contained in:
Jeremy Stretch 2025-04-30 12:59:39 -04:00
parent 1141ddb22a
commit 15c7a19fb7

View File

@ -4,7 +4,7 @@
{% load i18n %}
{% 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 %}
{% endblock object_identifier %}