Minor changes

This commit is contained in:
2018-03-27 12:32:56 +02:00
parent 996007f84e
commit 84f255f66b
3 changed files with 2 additions and 4 deletions

View File

@ -21,7 +21,7 @@ component SettingsPersonal(user *arn.User)
InputText("Nick", user.Nick, "Username", "Your username on notify.moe")
InputText("Tagline", user.Tagline, "Tagline", "Text that appears below your username")
InputText("Website", user.Website, "Website", "Your homepage")
if arn.IsDevelopment()
InputTextArea("Introduction", user.Introduction, "Introduction", "Tell us about yourself (Markdown is allowed)")