diff options
author | Dave Miller <justdave@bugzilla.org> | 2024-08-25 21:24:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-25 21:24:08 -0400 |
commit | 37fc276406fba13f1477d7df7171920e5e3815d0 (patch) | |
tree | f9f8ae807a2749d94324ec0e67edf520322293d2 /template/en/default/index.html.tmpl | |
parent | 1631b86eeb52c2f8dac560b7dc6893cdf56ce94c (diff) | |
download | bugs-37fc276406fba13f1477d7df7171920e5e3815d0.tar bugs-37fc276406fba13f1477d7df7171920e5e3815d0.tar.gz bugs-37fc276406fba13f1477d7df7171920e5e3815d0.tar.bz2 bugs-37fc276406fba13f1477d7df7171920e5e3815d0.tar.xz bugs-37fc276406fba13f1477d7df7171920e5e3815d0.zip |
[5.0.4] Bug 1852154: Warn admin if end-of-support date is approaching (#191)
a=dylan
Diffstat (limited to 'template/en/default/index.html.tmpl')
-rw-r--r-- | template/en/default/index.html.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 84a5b7d5c..d0ccc61e7 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -19,6 +19,12 @@ [% IF release %] <div id="new_release"> [% IF release.data %] + [% IF release.eos_date %] + <p>[% terms.Bugzilla %] [%+ release.branch_version FILTER html %] will + no longer receive security updates after [% release.eos_date FILTER html %]. + You are highly encouraged to upgrade in order to keep your + system secure.</p> + [% END %] [% IF release.deprecated %] <p>Bugzilla [%+ release.deprecated FILTER html %] is no longer supported. You are highly encouraged to upgrade in order to keep your |