We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af941ab commit f5d870cCopy full SHA for f5d870c
templates/user/settings/profile.tmpl
@@ -97,10 +97,10 @@
97
</form>
98
</div>
99
100
- <h4 class="ui top attached header">
+ <h4 class="ui top attached header" id="avatar">
101
{{ctx.Locale.Tr "settings.avatar"}}
102
</h4>
103
- <div class="ui attached segment" id="avatar">
+ <div class="ui attached segment">
104
<form class="ui form" action="{{.Link}}/avatar" method="post" enctype="multipart/form-data">
105
{{.CsrfTokenHtml}}
106
{{if not .DisableGravatar}}
0 commit comments