From 4cdf85e4021cad7eeb4970e01195569e20a16585 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 29 Aug 2017 18:31:47 +0000 Subject: [PATCH] Link Python in the header bar For consistency with other links in the header (Documentation, ARA, Ansible) add a hyperlink to https://www.python.org/ from the Python version string. Change-Id: I0485a8991165021692239600162acebc613d3d51 --- ara/templates/navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ara/templates/navbar.html b/ara/templates/navbar.html index cf37bac7..6695f329 100644 --- a/ara/templates/navbar.html +++ b/ara/templates/navbar.html @@ -16,7 +16,7 @@
  • Documentation
  • ARA {{ ara_version }}
  • Ansible {{ ansible_version }}
  • -
  • Python {{ python_version }}
  • +
  • Python {{ python_version }}