From 83159a39511b7dc3afbe87725b06bab91983bed8 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Wed, 31 Oct 2018 09:38:32 +0900 Subject: [PATCH] Replace tagline with introduction --- pages/settings/personal.pixy | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pages/settings/personal.pixy b/pages/settings/personal.pixy index 4d756ead..641e1622 100644 --- a/pages/settings/personal.pixy +++ b/pages/settings/personal.pixy @@ -10,11 +10,8 @@ component SettingsPersonal(user *arn.User) span Personal 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)") + InputTextArea("Introduction", user.Introduction, "Introduction", "Tell us about yourself (Markdown is allowed)") .widget.mountable(data-api="/api/settings/" + user.ID) h3.widget-title