mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-17 21:41:01 +00:00
Merge pull request #1899 from takeflight/bug/images-in-groups
Remove unused wagtailimages_tags from group edit page
This commit is contained in:
commit
255d5b789b
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