0.2.2 feedback_form, contacts models

This commit is contained in:
SDE
2023-12-09 18:43:22 +03:00
parent 170e679dda
commit 02eb295acc
17 changed files with 382 additions and 100 deletions

View File

@@ -9,6 +9,7 @@ from django.forms import widgets
class FeedbackForm(forms.Form):
# account_type = forms.ChoiceField(choices=account_type_choices, initial='sender', required=True)
form_name = forms.CharField(label=_('Название формы'), required=True)
name = forms.CharField(label=_('Имя'), required=True)
company = forms.CharField(label=_('Компания'), required=True)