From b1c86d4c19ca39d8161558dd6eb6cf617dc176ce Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Sun, 15 Apr 2012 10:07:45 +0200 Subject: [PATCH] Import template pages: Link to wiki page. --- .../templates/application/import.html | 9 +++- openslides/locale/de/LC_MESSAGES/django.mo | Bin 30230 -> 30384 bytes openslides/locale/de/LC_MESSAGES/django.po | 40 ++++++++++-------- .../templates/participant/import.html | 9 +++- 4 files changed, 38 insertions(+), 20 deletions(-) diff --git a/openslides/application/templates/application/import.html b/openslides/application/templates/application/import.html index de067c1c1..a1e84d078 100644 --- a/openslides/application/templates/application/import.html +++ b/openslides/application/templates/application/import.html @@ -8,7 +8,14 @@

{%trans "Import applications" %}

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

-

{% trans '(Required comma separated values: number, title, text, reason, first_name, last_name - number and reason are optional and may be empty)' %}

+

{% trans 'Required comma separated values: {number, title, text, reason, first_name, last_name} (number and reason are optional and may be empty)' %} +
+ {% trans 'Required CSV file encoding: UTF-8 (Unicode).' %} +

+ +

{% trans 'A CSV example file is available in OpenSlides Wiki.' %} +

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