Replace tagline with introduction
This commit is contained in:
parent
2649457ed9
commit
83159a3951
@ -10,10 +10,7 @@ component SettingsPersonal(user *arn.User)
|
|||||||
span Personal
|
span Personal
|
||||||
|
|
||||||
InputText("Nick", user.Nick, "Username", "Your username on notify.moe")
|
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")
|
InputText("Website", user.Website, "Website", "Your homepage")
|
||||||
|
|
||||||
if arn.IsDevelopment()
|
|
||||||
InputTextArea("Introduction", user.Introduction, "Introduction", "Tell us about yourself (Markdown is allowed)")
|
InputTextArea("Introduction", user.Introduction, "Introduction", "Tell us about yourself (Markdown is allowed)")
|
||||||
|
|
||||||
.widget.mountable(data-api="/api/settings/" + user.ID)
|
.widget.mountable(data-api="/api/settings/" + user.ID)
|
||||||
|
Loading…
Reference in New Issue
Block a user