From 53d2d18b890548cb3f1085ebac93bf36f3961220 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 30 Jan 2021 00:25:48 +0000 Subject: [PATCH] Fix create release title in warning on package page --- app/templates/packages/view.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index 31208db..ea19901 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -192,6 +192,7 @@ {{ _("Only visible to the author and Editors.") }}

+ {% set release_title = config.last_tag or (config.outdated_at | isodate) %}