summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-06-26 20:50:06 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-06-26 20:50:06 +0200
commita68bafeabdd707507cd19fe16568a35e9ac52320 (patch)
tree98ad7284b41ee60f146937a213f679e85dbc809c /template/en/default/bug/edit.html.tmpl
parentba4d5480583f91c5d92e1117a21997c0239f6a21 (diff)
downloadbugzilla-a68bafeabdd707507cd19fe16568a35e9ac52320.tar.gz
bugzilla-a68bafeabdd707507cd19fe16568a35e9ac52320.tar.xz
Bug 768573: Templates must INCLUDE bug/field.html.tmpl instead of PROCESS'ing it
r=glob a=LpSolit
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 9295e178c..acb0dc733 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>
- [% PROCESS bug/field.html.tmpl value = bug.${field.name}
+ [% INCLUDE bug/field.html.tmpl value = bug.${field.name}
editable = bug.check_can_change_field(field.name, 0, 1)
value_span = 2 %]
</tr>