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) %}