diff --git a/awx/templates/rest_framework/api.html b/awx/templates/rest_framework/api.html index eba78531cc..5d14fea16d 100644 --- a/awx/templates/rest_framework/api.html +++ b/awx/templates/rest_framework/api.html @@ -48,6 +48,15 @@ {% endblock %} +{% block content %} + {% if deprecated %} +
+ {% endif %} +{{ block.super }} +{% endblock content %} + {% block script %}