diff --git a/tjdests/apps/profile/forms.py b/tjdests/apps/profile/forms.py index abd66da..e913a99 100644 --- a/tjdests/apps/profile/forms.py +++ b/tjdests/apps/profile/forms.py @@ -26,6 +26,10 @@ class ProfilePublishForm(forms.ModelForm): model = User fields = ["publish_data", "biography", "attending_decision"] + help_texts = { + "biography": "ECs, intended major, advice, etc.", + } + class DecisionForm(forms.ModelForm): class Meta: