Skip to content

Commit

Permalink
Replace admin_static with static
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarPersson authored and ad-m committed Oct 29, 2019
1 parent 19884c2 commit e9f482d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "admin/change_form.html" %}
{% load i18n %}
{% load guardian_tags %}
{% load admin_static %}
{% load static %}
{% load admin_urls %}

{% block breadcrumbs %}
Expand Down

0 comments on commit e9f482d

Please sign in to comment.