mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-21 02:00: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
|
||||
fields = ["publish_data", "biography", "attending_decision"]
|
||||
|
||||
help_texts = {
|
||||
"biography": "ECs, intended major, advice, etc.",
|
||||
}
|
||||
|
||||
|
||||
class DecisionForm(forms.ModelForm):
|
||||
class Meta:
|
||||
|
|
Loading…
Reference in New Issue
Block a user