diff --git a/atst/forms/portfolio.py b/atst/forms/portfolio.py index 069659bb..591cc080 100644 --- a/atst/forms/portfolio.py +++ b/atst/forms/portfolio.py @@ -28,6 +28,7 @@ class PortfolioForm(BaseForm): class PortfolioCreationForm(PortfolioForm): defense_component = SelectMultipleField( + translate("forms.portfolio.defense_component.title"), choices=SERVICE_BRANCHES, widget=ListWidget(prefix_label=False), option_widget=CheckboxInput(), diff --git a/templates/portfolios/new/step_1.html b/templates/portfolios/new/step_1.html index 4a499821..d3d34a10 100644 --- a/templates/portfolios/new/step_1.html +++ b/templates/portfolios/new/step_1.html @@ -12,9 +12,9 @@ {% include "fragments/flash.html" %}
{{ "portfolios.header" | translate }}
-