From: Michael Tremer Date: Thu, 1 Nov 2018 11:00:51 +0000 (+0000) Subject: download: Make it clear that this is the download page X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=960095f20e23c41f7ac63c26073baa660fb134ac;p=ipfire.org.git download: Make it clear that this is the download page Signed-off-by: Michael Tremer --- diff --git a/src/templates/download/release.html b/src/templates/download/release.html index 2437248e..3122bcba 100644 --- a/src/templates/download/release.html +++ b/src/templates/download/release.html @@ -5,7 +5,10 @@ {% block container %}
+
{{ _("Download") }}
+

{{ release }}

+
{{ _("Released %s") % locale.format_date(release.published, relative=True, shorter=True) }}