Two small tweaks to compose UI (#153)

pull/154/head^2
Avi Flax 2022-12-11 11:23:39 -05:00 zatwierdzone przez GitHub
rodzic 602e5a3780
commit 9405698e3c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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?",
},
)