mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-03 21:14:46 +00:00
Remove unused wagtailimages_tags from group edit page
The `wagtailimages_tags` library was needlessly loaded on the group edit page. This causes an error on installations that do not use `wagtailimages`, or test suites for Wagtail plugins that do not use images directly.
This commit is contained in:
parent
fb063dea26
commit
8273647b64
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "wagtailadmin/base.html" %}
|
||||
{% load wagtailusers_tags wagtailimages_tags static compress i18n %}
|
||||
{% load wagtailusers_tags static compress i18n %}
|
||||
|
||||
{% block titletag %}{% trans "Editing" %} {{ group.name }}{% endblock %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue