Fixed a couple of references to "localize" templatetags library

This was removed in 99a70b3
This commit is contained in:
Karl Hobley 2014-06-03 15:56:14 +01:00
parent eea0656708
commit fe71932a49
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{% load wagtailadmin_tags compress localize %}
{% load wagtailadmin_tags compress %}
{% comment %}
Javascript declarations to be included on the 'create page' and 'edit page' views

View file

@ -1,6 +1,5 @@
{% extends "wagtailadmin/base.html" %}
{% load i18n %}
{% load localize %}
{% block titletag %}{% blocktrans with form_title=form_page.title|capfirst %}Submissions of {{ form_title }}{% endblocktrans %}{% endblock %}
{% block bodyclass %}menu-snippets{% endblock %}
{% block extra_js %}