summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-07-29 00:19:56 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-07-29 00:19:56 +0200
commit2e617ed0f590e428991f4bdbdb1acc2da468fe98 (patch)
tree2de608d8dc154e8ee2b48ea638de46f67d1f33a8 /template/en/default/bug/edit.html.tmpl
parent1600d4c79a01d431dcef9a8b068edc53f7b9a2d5 (diff)
downloadbugzilla-2e617ed0f590e428991f4bdbdb1acc2da468fe98.tar.gz
bugzilla-2e617ed0f590e428991f4bdbdb1acc2da468fe98.tar.xz
Backout bug 768573
Diffstat (limited to 'template/en/default/bug/edit.html.tmpl')
-rw-r--r--template/en/default/bug/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index cecf16784..cc2ce8078 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -885,7 +885,7 @@
[% USE Bugzilla %]
[% FOREACH field = Bugzilla.active_custom_fields %]
<tr>
- [% INCLUDE bug/field.html.tmpl value = bug.${field.name}
+ [% PROCESS bug/field.html.tmpl value = bug.${field.name}
editable = bug.check_can_change_field(field.name, 0, 1)
value_span = 2 %]
</tr>