From 3734282af32db872a18ecf0699c2fbe9bf644a8e Mon Sep 17 00:00:00 2001 From: Mateusz Ostaszewski Date: Mon, 11 Jun 2018 09:42:23 +0200 Subject: [PATCH 1/2] #4170 - Link the version in the footer to the changelog --- readthedocs/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/templates/base.html b/readthedocs/templates/base.html index 2f22829751b..f110621343f 100644 --- a/readthedocs/templates/base.html +++ b/readthedocs/templates/base.html @@ -204,7 +204,7 @@

{% trans 'Business Info' %}

- {% trans 'Version' %} {% readthedocs_version %} + {% trans 'Version' %} {% readthedocs_version %}

From dd6d96e2ffd84c27f5832b3f4bcb589f8aa1310b Mon Sep 17 00:00:00 2001 From: Mateusz Ostaszewski Date: Mon, 11 Jun 2018 09:47:04 +0200 Subject: [PATCH 2/2] Fix indentation --- readthedocs/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/templates/base.html b/readthedocs/templates/base.html index f110621343f..dd8b41963be 100644 --- a/readthedocs/templates/base.html +++ b/readthedocs/templates/base.html @@ -204,7 +204,7 @@

{% trans 'Business Info' %}

- {% trans 'Version' %} {% readthedocs_version %} + {% trans 'Version' %} {% readthedocs_version %}