mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-20 17:50:16 -04:00
feat(profile): add help text to bio field
This commit is contained in:
parent
ffb41edf98
commit
e818d8fbc4
|
@ -26,6 +26,10 @@ class ProfilePublishForm(forms.ModelForm):
|
||||||
model = User
|
model = User
|
||||||
fields = ["publish_data", "biography", "attending_decision"]
|
fields = ["publish_data", "biography", "attending_decision"]
|
||||||
|
|
||||||
|
help_texts = {
|
||||||
|
"biography": "ECs, intended major, advice, etc.",
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
class DecisionForm(forms.ModelForm):
|
class DecisionForm(forms.ModelForm):
|
||||||
class Meta:
|
class Meta:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user