mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -03: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' %}
|
||||
{% load i18n staticfiles %}
|
||||
{% load i18n static %}
|
||||
|
||||
{% block title %}{{ name }} · {% trans 'AWX REST API' %}{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user