diff --git a/awx/templates/rest_framework/api.html b/awx/templates/rest_framework/api.html index 4c32020f9e..373362a130 100644 --- a/awx/templates/rest_framework/api.html +++ b/awx/templates/rest_framework/api.html @@ -37,7 +37,7 @@
  • Logged in as {{ user }}{% if user.get_full_name %} ({{ user.get_full_name }}){% endif %}
  • Log out
  • {% else %} -
  • Log in
  • +
  • Log in
  • {% endif %}
  • {% trans 'Ansible Tower API Guide' %}
  • {% trans 'Back to Ansible Tower' %}
  • diff --git a/awx/templates/rest_framework/login.html b/awx/templates/rest_framework/login.html index 0f361ecf09..c9c5d64030 100644 --- a/awx/templates/rest_framework/login.html +++ b/awx/templates/rest_framework/login.html @@ -11,7 +11,7 @@
    {% csrf_token %} - +