2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

fixed styling

This commit is contained in:
2021-04-06 18:33:57 +02:00
parent 530b90042a
commit 32eaf48c12
3 changed files with 3 additions and 3 deletions

View File

@ -210,7 +210,7 @@ class CompleteBuildOutputForm(HelperForm):
location = forms.ModelChoiceField(
queryset=StockLocation.objects.all(),
label = _('Location'),
label=_('Location'),
help_text=_('Location of completed parts'),
)