summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/edit.html.tmpl')
-rw-r--r--template/en/default/bug/edit.html.tmpl9
1 files changed, 0 insertions, 9 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 9768dd3b4..2252528ac 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -497,15 +497,6 @@
</table>
[% END %]
-[%# *** Custom Fields *** %]
-
-[% USE Bugzilla %]
-<table>
- [% FOREACH field = Bugzilla.get_fields({ obsolete => 0, custom => 1 }) %]
- [% PROCESS bug/field.html.tmpl value=bug.${field.name} %]
- [% END %]
-</table>
-
[%# *** Attachments *** %]
[% PROCESS attachment/list.html.tmpl