UPD: more registration staff on dav_events.
This commit is contained in:
@@ -11,7 +11,7 @@ logger = logging.getLogger(__name__)
|
||||
class RegistrationForm(forms.ModelForm):
|
||||
class Meta:
|
||||
model = Registration
|
||||
exclude = ['event', 'created_at', 'privacy_policy', 'purge_at']
|
||||
exclude = ['event', 'created_at', 'privacy_policy', 'purge_at', 'answered']
|
||||
widgets = {
|
||||
'emergency_contact': forms.Textarea(attrs={'rows': 4}),
|
||||
'experience': forms.Textarea(attrs={'rows': 5}),
|
||||
|
||||
Reference in New Issue
Block a user