mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 05:20:30 +03:00
Remove redundant required mark for avatar field
This commit is contained in:
parent
c8df65baee
commit
704862faad
@ -51,7 +51,7 @@
|
||||
{{#if canmodify}}
|
||||
<div class="field">
|
||||
<label for="avatar-file" class="field-label">
|
||||
{{l10n "Upload avatar"}}<span class="required">*</span>
|
||||
{{l10n "Upload avatar"}}
|
||||
</label>
|
||||
<div class="field-value">
|
||||
<input id="avatar-file" type="file" name="avatarFile" size="40" value="{{formavatarFile}}" class="field-input"/>
|
||||
@ -74,10 +74,6 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="asterisk">
|
||||
<span class="required">*</span> - {{l10n "mandatory fields"}}
|
||||
</div>
|
||||
</form>
|
||||
{{/override}}
|
||||
{{/extends}}
|
||||
|
@ -51,7 +51,7 @@
|
||||
{{#if canmodify}}
|
||||
<div class="field">
|
||||
<label for="avatar-file" class="field-label">
|
||||
{{l10n "Upload avatar"}}<span class="required">*</span>
|
||||
{{l10n "Upload avatar"}}
|
||||
</label>
|
||||
<div class="field-value">
|
||||
<input id="avatar-file" type="file" name="avatarFile" size="40" value="{{formavatarFile}}" class="field-input"/>
|
||||
@ -74,10 +74,6 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="asterisk">
|
||||
<span class="required">*</span> - {{l10n "mandatory fields"}}
|
||||
</div>
|
||||
</form>
|
||||
{{/override}}
|
||||
{{/extends}}
|
||||
|
Loading…
Reference in New Issue
Block a user