add some comments
This commit is contained in:
parent
8cbacf850a
commit
454ceb2ada
2 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,7 @@ const (
|
|||
tplSettingsRepositories base.TplName = "user/settings/repos"
|
||||
)
|
||||
|
||||
// must be kept in sync with `web_src/js/features/user-settings.js`
|
||||
var recognisedPronouns = []string{"", "he/him", "she/her", "they/them", "it/its", "any pronouns"}
|
||||
|
||||
// Profile render user's profile page
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue