mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:50:00 +08:00
A11Y: Remove dupe label on signup confirm field (#15212)
This commit is contained in:
parent
3fec579ede
commit
03b0c9f267
|
@ -1,5 +1,5 @@
|
|||
{{#if this.field.name}}
|
||||
<label class="control-label" for={{concat "user-" this.elementId}}>
|
||||
<label class="control-label">
|
||||
{{html-safe this.field.name}} {{#if this.field.required}}<span class="required">*</span>{{/if}}
|
||||
</label>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user