Skip to content

Commit 66af2ac

Browse files
authored
Use "static" templatetag insteadof the deprecated "admin_static" (#2288)
1 parent 02ef7a8 commit 66af2ac

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)