enh(ui): give hint about .profile repo for advanced customization and verification links (#13330)

fixes #11263

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/13330
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
This commit is contained in:
dawe 2026-07-07 11:07:43 +02:00 committed by 0ko
commit 9947e07037
2 changed files with 2 additions and 0 deletions

View file

@ -42,6 +42,7 @@
<label {{if .Err_Biography}}class="field error"{{end}}>
{{ctx.Locale.Tr "user.user_bio"}}
<textarea name="biography" rows="2" placeholder="{{ctx.Locale.Tr "settings.biography_placeholder"}}" maxlength="255">{{.SignedUser.Description}}</textarea>
<span class="help">{{ctx.Locale.Tr "settings.profile.dotprofile.hint" ".profile" "https://forgejo.org/docs/latest/user/profile/"}}</span>
</label>
<label {{if .Err_Website}}class="field error"{{end}}>