From 0c3ba31a4424db4229c5edc8623a76ce9304790d Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 4 May 2023 12:52:34 +0200 Subject: [PATCH] Add git history link to the Archives policy Commit 8e7e52101ccee added links to the git history for policies, but missed to include the archives policy in this. Fix by adding the link. Daniel tried to do this in commit dfb58ef8, reverted in 3293b0ef because he missed the "load pgfilters" part. So add that part and un-revert the rest to actually add it this time. --- templates/pages/about/policies/archives.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/pages/about/policies/archives.html b/templates/pages/about/policies/archives.html index 3a8fbd7a..283f9817 100644 --- a/templates/pages/about/policies/archives.html +++ b/templates/pages/about/policies/archives.html @@ -1,10 +1,11 @@ {%extends "base/page.html"%} +{%load pgfilters%} {%block title%}Archives Policy{%endblock%} {%block contents%}

Archives Policy

-

Last updated: February 6, 2019

+

Last updated: February 6, 2019. {%git_changes_link%}

The PostgreSQL mailing lists are archived at www.postgresql.org. This site is intended to provide an accurate -- 2.39.5