Trying to add a bit of placeholder text on talk proposals. #2

Merged
Jonathan Williamson merged 1 commits from JasonvanGumster/bconla:proposal_placeholder into staging 2024-01-10 17:51:07 +01:00

View File

@ -37,7 +37,11 @@ class PresentationForm(forms.ModelForm):
class MessageForm(forms.Form):
message = forms.CharField(widget=forms.Textarea)
message = forms.CharField(widget=forms.Textarea
attrs={'placeholder': '''
(Main Stage, 20 minutes)\n\nThis totally awesome talk is going to be about...
'''
))
class FestivalEntryForm(forms.ModelForm):