Fixed typo.

This commit is contained in:
Emanuel Schuetze 2011-11-09 21:42:23 +01:00
parent bc9326e567
commit 8f3590fb9c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{% block title %}{{ block.super }} - {%trans "Import participants" %} {% endblock %}
{% block content %}
<h1>Import</h1>
<h1>{% trans 'Import participants' %}</h1>
<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>