Merge pull request #1899 from takeflight/bug/images-in-groups

Remove unused wagtailimages_tags from group edit page
pull/1897/head^2
Karl Hobley 2015-11-04 10:26:14 +00:00
commit 255d5b789b
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 %}