mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Replace use of the deprecated staticfiles template library with static
This commit is contained in:
parent
d464df557b
commit
beb1dd5ae7
@ -1,5 +1,5 @@
|
||||
{% extends "rest_framework/api.html" %}
|
||||
{% load i18n staticfiles %}
|
||||
{% load i18n static %}
|
||||
|
||||
{% block title %}{{ name }} · {% trans 'AWX' %}{% endblock %}
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{# Partial copy of login_base.html from rest_framework with AWX change. #}
|
||||
{% extends 'rest_framework/api.html' %}
|
||||
{% load i18n staticfiles %}
|
||||
{% load i18n static %}
|
||||
|
||||
{% block breadcrumbs %}
|
||||
{% endblock %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user