OpenSlides/openslides/projector
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 A lot of template improvements 2013-05-14 23:20:54 +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
api.py Add request to all widgets, fixed #653 2013-06-13 23:45:30 +02:00
forms.py cleanup 2012-11-24 14:01:21 +01:00
models.py A lot of template improvements and translation fixes 2013-04-24 10:38:03 +02:00
projector.py Add request to all widgets, fixed #653 2013-06-13 23:45:30 +02:00
signals.py A lot of template improvements and translation fixes 2013-04-24 10:38:03 +02:00
urls.py Import urls.py needed django functions from django.conf.urls 2013-01-05 01:05:38 +01:00
views.py Add request to all widgets, fixed #653 2013-06-13 23:45:30 +02:00