Skip to content

Commit

Permalink
feat(apis_relations): make notes field smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Oct 2, 2023
1 parent d43446f commit 7d7b84f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis_core/apis_relations/forms2.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class Meta:
"subj": forms.HiddenInput(),
"obj": forms.HiddenInput(),
"prop": forms.HiddenInput(),
"notes": forms.Textarea(attrs={"rows": 3}),
}

def __init__(self, entity_type_self_str, entity_type_other_str):
Expand Down

0 comments on commit 7d7b84f

Please sign in to comment.