mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 14:25:05 -02:30
Replace use of the deprecated staticfiles template library with static
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% extends "rest_framework/api.html" %}
|
||||
{% load i18n staticfiles %}
|
||||
{% load i18n static %}
|
||||
|
||||
{% block title %}{{ name }} · {% trans 'AWX' %}{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user