Skip to content

Commit fe51cc6

Browse files
committed
fix comment
1 parent 546f133 commit fe51cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/shared/avatar_upload_crop.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{- /* we do not need to set for/id here, global aria init code will add them automatically */ -}}
22
<label>{{.LabelText}}</label>
33
<input name="avatar" type="file" accept="image/png,image/jpeg,image/gif,image/webp">
4-
{{- /* the cropper-panel must be next sibling of the input "js-avatar-with-cropper" */ -}}
4+
{{- /* the cropper-panel must be next sibling of the input "avatar" */ -}}
55
<div class="cropper-panel tw-hidden">
66
<div>{{ctx.Locale.Tr "settings.cropper_prompt"}}</div>
77
<div class="cropper-wrapper"><img class="cropper-source" src alt></div>

0 commit comments

Comments
 (0)