From c4eadb099283af409b13146554abf9e5a0cb49a6 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 7 Oct 2016 10:59:54 +0200 Subject: Some other new update for the public profile page. --- src/web/forms.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/web/forms.py') diff --git a/src/web/forms.py b/src/web/forms.py index d63394f7..a604897e 100644 --- a/src/web/forms.py +++ b/src/web/forms.py @@ -160,6 +160,7 @@ class ProfileForm(Form): password_conf = PasswordField(lazy_gettext("Password Confirmation")) automatic_crawling = BooleanField(lazy_gettext("Automatic crawling"), default=True) + bio = TextAreaField(lazy_gettext("Bio")) webpage = URLField(lazy_gettext("Webpage")) twitter = URLField(lazy_gettext("Twitter")) is_public_profile = BooleanField(lazy_gettext("Public profile"), -- cgit