Skip to content

Commit 9a55dc4

Browse files
committed
Use "static" templatetag insteadof the deprecated "admin_static"
1 parent e84706b commit 9a55dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/sponsors/admin/update_related_sponsorships.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_static %}
2+
{% load i18n static %}
33

44
{% block extrastyle %}{{ block.super }}<link rel="stylesheet" type="text/css" href="{% static "admin/css/forms.css" %}">{% endblock %}
55

0 commit comments

Comments
 (0)