Fixed typo.
This commit is contained in:
parent
bc9326e567
commit
8f3590fb9c
@ -2,7 +2,7 @@
|
|||||||
{% block title %}{{ block.super }} - {%trans "Import participants" %} {% endblock %}
|
{% block title %}{{ block.super }} - {%trans "Import participants" %} {% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>Import</h1>
|
<h1>{% trans 'Import participants' %}</h1>
|
||||||
<p>{% trans 'Select a CSV file to import participants!' %}</p>
|
<p>{% trans 'Select a CSV file to import participants!' %}</p>
|
||||||
|
|
||||||
<p>{% trans '(Required comma separated values: <code>first_name, last_name, gender, group, type, committee</code>)' %} </p>
|
<p>{% trans '(Required comma separated values: <code>first_name, last_name, gender, group, type, committee</code>)' %} </p>
|
||||||
|
Loading…
Reference in New Issue
Block a user