diff --git a/src/www/ui/template/admin_obligation-upload_form.html.twig b/src/www/ui/template/admin_obligation-upload_form.html.twig index 356d17afe1..bab4afe22f 100644 --- a/src/www/ui/template/admin_obligation-upload_form.html.twig +++ b/src/www/ui/template/admin_obligation-upload_form.html.twig @@ -25,7 +25,7 @@ {% if isReadOnly %} ({{ 'read only'|trans }}){% endif %} - {{ macro.selectsingle('ob_type', obligationTypes, 'ob_type', ob_type, 'style="min-width:120px;"', 4) }} + {{ macro.selectsingle('ob_type', obligationTypes, 'ob_type', 'Obligation', 'style="min-width:120px;"', 4) }} @@ -42,7 +42,7 @@ {% if isReadOnly %} ({{ 'read only'|trans }}){% endif %} - {{ macro.selectsingle('ob_classification', obligationClassification, 'ob_classification', ob_classification, 'style="min-width:120px;"', 4) }} + {{ macro.selectsingle('ob_classification', obligationClassification, 'ob_classification', 'green', 'style="min-width:120px;"', 4) }}