Two small tweaks to compose UI (#153)
This commit is contained in:
parent
602e5a3780
commit
9405698e3c
|
@ -27,6 +27,8 @@ class Compose(FormView):
|
|||
text = forms.CharField(
|
||||
widget=forms.Textarea(
|
||||
attrs={
|
||||
"autofocus": "autofocus",
|
||||
"maxlength": Config.lazy_system_value("post_length"),
|
||||
"placeholder": "What's on your mind?",
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue