diff --git a/openslides/participant/templates/participant/import.html b/openslides/participant/templates/participant/import.html index 146fa3c6e..b9e3e9cd4 100644 --- a/openslides/participant/templates/participant/import.html +++ b/openslides/participant/templates/participant/import.html @@ -4,8 +4,8 @@ {% block content %}

Import

{% trans 'Select a CSV file to import participants!' %}

- -

{% trans '(Required comma separated values: last_name, first_name, email, gender, group, type, committee)' %}

+ +

{% trans '(Required comma separated values: first_name, last_name, gender, group, type, committee)' %}

{% csrf_token %} {{ form.as_p }}