mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -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:
parent
12e3d0aebf
commit
3f5c018c8a
@ -1,5 +1,5 @@
|
||||
{% extends 'rest_framework/base.html' %}
|
||||
{% load i18n staticfiles %}
|
||||
{% load i18n static %}
|
||||
|
||||
{% block title %}{{ name }} · {% trans 'AWX REST API' %}{% endblock %}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user