diff options
author | David Lawrence <dkl@mozilla.com> | 2015-03-30 23:19:54 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-03-30 23:19:54 +0200 |
commit | 7800490d535e5524e3bf3bfde1d4a311247a720a (patch) | |
tree | 315a2cc01a5c81b34bfa4f952c9d68744a8e7c27 /extensions | |
parent | 3e7f7dd04fe614f3642f85bd29d7b67c09cdb488 (diff) | |
download | bugzilla-7800490d535e5524e3bf3bfde1d4a311247a720a.tar.gz bugzilla-7800490d535e5524e3bf3bfde1d4a311247a720a.tar.xz |
Bug 1149233: Cannot view bug 936092 - file error - formattimeunit: not found
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index 62a64d465..2e9a127fc 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -6,6 +6,8 @@ # defined by the Mozilla Public License, v. 2.0. #%] +[% PROCESS bug/time.html.tmpl %] + [% USE Bugzilla; |