OpenSlides/openslides/motion
Emanuel Schuetze a383a4305b Fixed some (pdf) template issues and updated (DE) translation.
- Fixed #737 (Motion edit link is missing for normal delegate users)
- Fixed motion pdf filename errors (now use motion-<identifier>.pdf or if no identifier: motion-<title>.pdf with using djangos slugify for special chars in title)
- Fixed motion pdf build error if there is an unauthorized version
- Enlarge max_length of event name field to 50 chars.
- Align participant import instruction with motion import page.
- Added title field to particpants-demo_en.csv.
- participant overview: Show comma after last_name only if first_name and last_name are given.
- Changed all page titles to "<specific action page> - <event-name>" (moved event-name to the end of the string)
- Updated EN tranlation string.
- Updated DE translations.
2013-06-15 17:50:30 +02:00
..
static/styles Use ordinal numbers in assignment and motion polls, fixes #456. Include humanize app to portable 2013-06-13 15:48:55 +02:00
templates Fixed some (pdf) template issues and updated (DE) translation. 2013-06-15 17:50:30 +02:00
__init__.py New config app. Apps only have to define config vars once. Config pages, forms and so on are created automaticly. 2013-03-28 15:31:13 +01:00
csv_import.py Motion import improved: 2013-05-30 22:23:38 +02:00
exceptions.py New config app. Apps only have to define config vars once. Config pages, forms and so on are created automaticly. 2013-03-28 15:31:13 +01:00
forms.py Fixed #724 2013-06-11 11:42:20 +02:00
models.py Fixes #648 2013-06-15 09:18:21 +02:00
pdf.py Fixed some (pdf) template issues and updated (DE) translation. 2013-06-15 17:50:30 +02:00
signals.py Fixed some (pdf) template issues and updated (DE) translation. 2013-06-15 17:50:30 +02:00
slides.py New config app. Apps only have to define config vars once. Config pages, forms and so on are created automaticly. 2013-03-28 15:31:13 +01:00
urls.py Fixes #648 2013-06-15 09:18:21 +02:00
views.py Fixed some (pdf) template issues and updated (DE) translation. 2013-06-15 17:50:30 +02:00