mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Switched to importing the correct templatetags that got renamed.
This commit is contained in:
parent
93d97d805b
commit
1deb79f75b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "admin/change_list.html" %}
|
||||
{% load admin_list i18n admin_tree_list %}
|
||||
{% load admin_list i18n admin_tree_list_tags %}
|
||||
{% block extrahead %}
|
||||
{{ block.super }}
|
||||
<script type="text/javascript">
|
||||
|
|
|
|||
Loading…
Reference in a new issue