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.
pull/1899/head
Tim Heap 2015-11-04 11:00:23 +11:00
rodzic fb063dea26
commit 8273647b64
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 %}