mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
Move the endpoint deprecation warning out of base.html
This is part 1 of the removal of awx/templates/rest_framework/base.html.
This commit is contained in:
@@ -48,6 +48,15 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
{% if deprecated %}
|
||||||
|
<div class="breadcrumb" style="background: #FCC;">
|
||||||
|
<b>This resource has been deprecated and will be removed in a future release.</b>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
{{ block.super }}
|
||||||
|
{% endblock content %}
|
||||||
|
|
||||||
{% block script %}
|
{% block script %}
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|||||||
@@ -73,11 +73,6 @@
|
|||||||
|
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
<div id="content" role="main" aria-label="{% trans "content" %}">
|
<div id="content" role="main" aria-label="{% trans "content" %}">
|
||||||
{% if deprecated %}
|
|
||||||
<div class="breadcrumb" style="background: #FCC;">
|
|
||||||
<b>This resource has been deprecated and will be removed in a future release.</b>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<div class="region" aria-label="{% trans "request form" %}">
|
<div class="region" aria-label="{% trans "request form" %}">
|
||||||
|
|||||||
Reference in New Issue
Block a user