diff options
author | Byron Jones <glob@mozilla.com> | 2015-05-22 07:33:40 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-05-22 07:33:40 +0200 |
commit | 0677733f0afbf6e4b5b414e8ae928dea34bff893 (patch) | |
tree | 8f836f9da7745f0bbc25f8ecd70cebe26d054cba /template/en | |
parent | b09be15c170b39ec2c1553efcfd8f795e4847ad5 (diff) | |
download | bugzilla-0677733f0afbf6e4b5b414e8ae928dea34bff893.tar.gz bugzilla-0677733f0afbf6e4b5b414e8ae928dea34bff893.tar.xz |
Bug 1135164: display a warning on show_bug when an unassigned bug has a patch attached
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/attachment/list.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl index c89c7bb78..2b0b31584 100644 --- a/template/en/default/attachment/list.html.tmpl +++ b/template/en/default/attachment/list.html.tmpl @@ -174,5 +174,8 @@ function toggle_display(link) { [% END %] </td> </tr> + + [%# BMO - attachment related warnings %] + [% Hook.process("warnings") %] </table> <br> |