From d9b81731e9ab7c9e045ec3c298285e7159049ac0 Mon Sep 17 00:00:00 2001 From: PabloHiro Date: Mon, 18 Mar 2024 11:23:36 +0100 Subject: [PATCH] Fix: broken reference to API url --- awx/templates/rest_framework/api.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/templates/rest_framework/api.html b/awx/templates/rest_framework/api.html index 56ef3c53af..09b6059756 100644 --- a/awx/templates/rest_framework/api.html +++ b/awx/templates/rest_framework/api.html @@ -39,7 +39,7 @@ {% else %}
  • Log in
  • {% endif %} -
  • {% trans 'API Guide' %}
  • +
  • {% trans 'API Guide' %}
  • {% trans 'Back to application' %}