From 44bc791eb3aa690940d540a7154d93dc8b10f186 Mon Sep 17 00:00:00 2001 From: Tiago Mello Date: Wed, 19 May 2010 09:28:37 -0700 Subject: Bug 494395: Implement the ability to mark custom fields as mandatory when creating/changing bugs r=mkanat, a=mkanat --- template/en/default/bug/field-label.html.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'template/en/default/bug/field-label.html.tmpl') diff --git a/template/en/default/bug/field-label.html.tmpl b/template/en/default/bug/field-label.html.tmpl index c3a282701..7b63f7b8c 100644 --- a/template/en/default/bug/field-label.html.tmpl +++ b/template/en/default/bug/field-label.html.tmpl @@ -22,14 +22,13 @@ # field: a Bugzilla::Field object # desc_url: An alternate link to help for the field. # hidden: True if the field label should start hidden. - # required: True if this field must have a value. # rowspan: a "rowspan" value for the label's . #%] [% PROCESS "bug/field-help.none.tmpl" %] -- cgit v1.2.3-24-g4f1b