diff --git a/AuthApp/forms.py b/AuthApp/forms.py index c5cae30..3bb6697 100644 --- a/AuthApp/forms.py +++ b/AuthApp/forms.py @@ -18,7 +18,7 @@ class LoginForm(forms.Form): class RegistrationForm(forms.Form): from .models import account_type_choices - account_type = forms.ChoiceField(choices=account_type_choices, initial='sender', required=True) + # account_type = forms.ChoiceField(choices=account_type_choices, initial='sender', required=True) firstname = forms.CharField(required=False) lastname = forms.CharField(required=False) country = forms.CharField(required=False) diff --git a/templates/widgets/w_chat_right_panel_user.html b/templates/widgets/w_chat_right_panel_user.html index 5af30e5..81ce427 100644 --- a/templates/widgets/w_chat_right_panel_user.html +++ b/templates/widgets/w_chat_right_panel_user.html @@ -1,7 +1,7 @@ {% load static %}
- {{ item.user_profile }} + {{ item.user_profile }}