Skip to content

Commit

Permalink
fix import of staticfiles depreceted since 2.1 (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
l0rb authored and ad-m committed Dec 10, 2019
1 parent be53add commit 2b9374d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guardian/templates/admin/guardian/model/obj_perms_no.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{% load guardian_tags %}
{% load staticfiles %}
{% load static %}
<img src="{% static 'guardian/img/icon-no.svg' %}"/>
2 changes: 1 addition & 1 deletion guardian/templates/admin/guardian/model/obj_perms_yes.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{% load guardian_tags %}
{% load staticfiles %}
{% load static %}
<img src="{% static 'guardian/img/icon-yes.svg' %}"/>

0 comments on commit 2b9374d

Please sign in to comment.