Skip to content
Snippets Groups Projects
Commit b436d2c7 authored by Florian Gnaegi - frentix GmbH's avatar Florian Gnaegi - frentix GmbH
Browse files

non-jira: fix double rendering of mandatory symbol in profile

parent 8373f475
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,6 @@
#if ($f.hasLabel($item))
<div class="b_form_element_label">
$r.render("${item}_LABEL", "$f.getItemId($item)", "$f.isMandatory($item)")
#if($f.isMandatory($item))
<span class="b_form_mandatory" title="$r.translateInAttribute("form.mandatory.hover")">&nbsp;</span>
#end
</div>
#end
#if ($f.isSpacerElement($item))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment