From 5da8fa6ce1ae04302fca2efb3aa99c8e18f291fa Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Sat, 23 May 2020 01:23:55 +0200 Subject: Add PGP key to the Release model Add a pgp_key field to the Release model so we can display the PGP fingerprint of the used PGP key on the download page. Closes: #282 --- templates/public/download.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index 944fe96d..15c31a90 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -2,6 +2,7 @@ {% load cache %} {% load static %} {% load flags %} +{% load pgp %} {% block title %}Arch Linux - Downloads{% endblock %} @@ -98,6 +99,7 @@ -- cgit v1.2.3-55-g3dc8