OpenSlides/openslides/agenda
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 Fixed #701: Check bootstrap tooltips on all buttons. 2013-06-03 22:42:16 +02:00
templates Fixed some (pdf) template issues and updated (DE) translation. 2013-06-15 17:50:30 +02:00
__init__.py Rework on list of speakers. Insert a method to get a formated list for various use in the templates. 2013-04-29 20:17:50 +02:00
forms.py Add second time field for list of speakers. Now you can click begin and end speach. 2013-04-29 20:05:42 +02:00
models.py Fixes #721 2013-06-09 18:57:42 +02:00
signals.py Template improvements. 2013-06-03 22:38:45 +02:00
slides.py A lot of template improvements and translation fixes 2013-04-24 10:38:03 +02:00
urls.py Add tests for the list of speakers global links. Add end_speach link on the list of speakers widget. 2013-05-31 17:25:48 +02:00
views.py Add request to all widgets, fixed #653 2013-06-13 23:45:30 +02:00