OpenSlides/openslides/mediafile
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 A lot of template improvements and translation fixes 2013-04-24 10:38:03 +02:00
templates/mediafile Fixed some (pdf) template issues and updated (DE) translation. 2013-06-15 17:50:30 +02:00
__init__.py Insert new app to upload files via the frontend. Let tornado server media files. Insert icon-mediafile css class. Insert extra_stylfiles context variable. 2013-03-18 21:44:02 +01:00
forms.py Insert whitespace. Fix docstrings. 2013-03-20 11:17:24 +01:00
models.py A lot of template improvements and translation fixes 2013-04-24 10:38:03 +02:00
urls.py Insert whitespace. Fix docstrings. 2013-03-20 11:17:24 +01:00
views.py Some more template improvements 2013-05-15 09:43:11 +02:00