summaryrefslogtreecommitdiffstats
path: root/template/en/default/pages/fields.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/pages/fields.html.tmpl')
-rw-r--r--template/en/default/pages/fields.html.tmpl7
1 files changed, 1 insertions, 6 deletions
diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl
index bb1deb8ed..b3583b568 100644
--- a/template/en/default/pages/fields.html.tmpl
+++ b/template/en/default/pages/fields.html.tmpl
@@ -267,12 +267,7 @@
<dt id="[% field FILTER html %]">[% field_desc FILTER html %]</dt>
<dd>
[% SET help_text = field_help_map.${field_desc}.help %]
- [% IF help_text %]
- [% help_text FILTER none %]
- [% ELSE %]
- A custom [% field_types.${field_object.type} FILTER html %] field in
- this installation of [% terms.Bugzilla %].
- [% END %]
+ [% help_text FILTER none %]
</dd>
[% END %]
</dl>