Skip to content

Commit f5d870c

Browse files
committed
move id to header
1 parent af941ab commit f5d870c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/user/settings/profile.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@
9797
</form>
9898
</div>
9999

100-
<h4 class="ui top attached header">
100+
<h4 class="ui top attached header" id="avatar">
101101
{{ctx.Locale.Tr "settings.avatar"}}
102102
</h4>
103-
<div class="ui attached segment" id="avatar">
103+
<div class="ui attached segment">
104104
<form class="ui form" action="{{.Link}}/avatar" method="post" enctype="multipart/form-data">
105105
{{.CsrfTokenHtml}}
106106
{{if not .DisableGravatar}}

0 commit comments

Comments
 (0)