Skip to content

Commit

Permalink
Fix deprecated admin_static (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix authored Jun 17, 2024
1 parent ad7aed0 commit 5f7a3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgis-app/templates/admin_copies/change_form.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "admin/base_site.html" %}
{% load i18n admin_urls admin_static admin_modify %}
{% load i18n admin_urls static admin_modify %}

{% block extrahead %}{{ block.super }}
<script type="text/javascript" src="{% url 'admin:jsi18n' %}"></script>
Expand Down

0 comments on commit 5f7a3bb

Please sign in to comment.