fix label for version add form
This commit is contained in:
@@ -69,6 +69,7 @@ class SoftwareProductBulkEditForm(BootstrapMixin, AddRemoveTagsForm, CustomField
|
|||||||
|
|
||||||
class SoftwareProductVersionForm(BootstrapMixin, CustomFieldModelForm):
|
class SoftwareProductVersionForm(BootstrapMixin, CustomFieldModelForm):
|
||||||
"""Form for creating a new SoftwareProductVersion object."""
|
"""Form for creating a new SoftwareProductVersion object."""
|
||||||
|
name = forms.CharField(label=_("Version"))
|
||||||
|
|
||||||
software_product = DynamicModelChoiceField(
|
software_product = DynamicModelChoiceField(
|
||||||
queryset=SoftwareProduct.objects.all(),
|
queryset=SoftwareProduct.objects.all(),
|
||||||
|
|||||||
Reference in New Issue
Block a user