diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/reports/edit-series.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/reports/edit-series.html.tmpl b/template/en/default/reports/edit-series.html.tmpl index 7fbdcbdfd..214bbcd75 100644 --- a/template/en/default/reports/edit-series.html.tmpl +++ b/template/en/default/reports/edit-series.html.tmpl @@ -48,9 +48,9 @@ <p> <b>Creator</b>: - [% IF creator.email %] - <a href="mailto:[% creator.email FILTER html %]"> - [% creator.email FILTER html %]</a> + [% IF default.creator %] + <a href="mailto:[% default.creator.email FILTER html %]"> + [% default.creator.email FILTER html %]</a> [% ELSE %] (automatically created by [% terms.Bugzilla %]) [% END %] |