We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1a2d6 commit 2e29f0fCopy full SHA for 2e29f0f
task_manager/statuses/forms.py
@@ -6,6 +6,7 @@ class StatusForm(forms.ModelForm):
6
class Meta:
7
model = Status
8
fields = ["name"]
9
+ labels = {"name": "Имя"}
10
widgets = {
11
"name": forms.TextInput(attrs={"class": "form-control"}),
12
}
0 commit comments