mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-20 14:21:00 +00:00
Two small tweaks to compose UI (#153)
This commit is contained in:
parent
602e5a3780
commit
9405698e3c
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ class Compose(FormView):
|
||||||
text = forms.CharField(
|
text = forms.CharField(
|
||||||
widget=forms.Textarea(
|
widget=forms.Textarea(
|
||||||
attrs={
|
attrs={
|
||||||
|
"autofocus": "autofocus",
|
||||||
|
"maxlength": Config.lazy_system_value("post_length"),
|
||||||
"placeholder": "What's on your mind?",
|
"placeholder": "What's on your mind?",
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue