Commit 15fd6fe4 authored by Tiago Mello's avatar Tiago Mello Committed by Max Kanat-Alexander

Bug 574029: Remove the red "required" star from fields on show_bug.cgi

r=mkanat, a=mkanat
parent 622a4e8f
......@@ -29,7 +29,7 @@
[% PROCESS "bug/field-help.none.tmpl" %]
[% DEFAULT tag_name = "th" %]
<[% tag_name FILTER html %] class="field_label [% ' bz_hidden_field' IF hidden %]
[%- ' required' IF field.is_mandatory %]"
[%- ' required' IF field.is_mandatory && NOT bug.id %]"
id="field_label_[% field.name FILTER html %]"
[% IF rowspan %] rowspan="[% rowspan FILTER html %]"[% END %]>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment