diff --git a/events/forms.py b/events/forms.py index 62a3e93..09ed31b 100644 --- a/events/forms.py +++ b/events/forms.py @@ -401,7 +401,7 @@ class UserForm(forms.ModelForm): class UserProfileForm(forms.ModelForm): class Meta: model = UserProfile - fields = ['avatar', 'realname', 'city', 'tz', 'send_notifications', 'do_not_track'] + fields = ['realname', 'web_url', 'city', 'tz', 'avatar', 'send_notifications', 'do_not_track'] labels = { 'send_notifications': _('Send me notification emails'), 'do_not_track': _('Do not track'), diff --git a/events/templates/events/profile_form.html b/events/templates/events/profile_form.html index 6772da3..dc17674 100644 --- a/events/templates/events/profile_form.html +++ b/events/templates/events/profile_form.html @@ -1,4 +1,4 @@
Full name: {{user.realname}}
- - {% if user.weburl %} -Homepage: {{user.weburl}}
- {% endif %} -{% if talks %} -