diff options
Diffstat (limited to 'src/web/forms.py')
-rw-r--r-- | src/web/forms.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/forms.py b/src/web/forms.py index f651c189..69abac46 100644 --- a/src/web/forms.py +++ b/src/web/forms.py @@ -157,6 +157,7 @@ class ProfileForm(Form): password = PasswordField(lazy_gettext("Password")) password_conf = PasswordField(lazy_gettext("Password Confirmation")) webpage = URLField(lazy_gettext("Webpage")) + twitter = URLField(lazy_gettext("Twitter")) is_public_profile = BooleanField(lazy_gettext("Public profile"), default=True) submit = SubmitField(lazy_gettext("Save")) |