Skip to content

Commit 281c86b

Browse files
authored
Merge pull request #21 from farridav/farridav/django_3_fix
Fix template tag for Django 3
2 parents cbe6544 + 7106bb0 commit 281c86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminlteui/templates/admin/object_history.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "admin/base_site.html" %}
2-
{% load i18n admin_urls admin_static %}
2+
{% load i18n admin_urls static %}
33

44
{% block extrastyle %}
55
{{ block.super }}

0 commit comments

Comments
 (0)