Remove redundant required mark for avatar field

This commit is contained in:
Fedor A. Fetisov 2021-03-17 15:50:49 +03:00
parent c8df65baee
commit 704862faad
2 changed files with 2 additions and 10 deletions

View File

@ -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}}

View File

@ -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}}