mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 13:55:04 -02:30
Replace the load of the staticfiles template library with static
The staticfiles library will be going away before too long.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{% extends 'rest_framework/base.html' %}
|
{% extends 'rest_framework/base.html' %}
|
||||||
{% load i18n staticfiles %}
|
{% load i18n static %}
|
||||||
|
|
||||||
{% block title %}{{ name }} · {% trans 'AWX REST API' %}{% endblock %}
|
{% block title %}{{ name }} · {% trans 'AWX REST API' %}{% endblock %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user