mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 18:51:06 -03: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" %}
|
{% extends "rest_framework/api.html" %}
|
||||||
{% load i18n staticfiles %}
|
{% load i18n static %}
|
||||||
|
|
||||||
{% block title %}{{ name }} · {% trans 'AWX' %}{% endblock %}
|
{% block title %}{{ name }} · {% trans 'AWX' %}{% endblock %}
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{# Partial copy of login_base.html from rest_framework with AWX change. #}
|
{# Partial copy of login_base.html from rest_framework with AWX change. #}
|
||||||
{% extends 'rest_framework/api.html' %}
|
{% extends 'rest_framework/api.html' %}
|
||||||
{% load i18n staticfiles %}
|
{% load i18n static %}
|
||||||
|
|
||||||
{% block breadcrumbs %}
|
{% block breadcrumbs %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user