fix: code reformatted
This commit is contained in:
@@ -7,5 +7,7 @@ class CommentForm(forms.ModelForm):
|
||||
model = Comment
|
||||
fields = ["text"]
|
||||
widgets = {
|
||||
"text": forms.Textarea(attrs={"rows": 3, "placeholder": "Kommentar schreiben..."}),
|
||||
"text": forms.Textarea(
|
||||
attrs={"rows": 3, "placeholder": "Kommentar schreiben..."}
|
||||
),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user