mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 00:33:17 +00:00
Fixed a couple of references to "localize" templatetags library
This was removed in 99a70b3
This commit is contained in:
parent
eea0656708
commit
fe71932a49
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue