From 1d09c6b25a2a659b37118e75769323a947e9ebb3 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Mon, 9 Jul 2018 13:17:30 -0400 Subject: [PATCH] make the API browser direct you to the proper location post-login --- awx/templates/rest_framework/api.html | 2 +- awx/templates/rest_framework/login.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %} - +