Merge branch 'master' of git://github.com/emanuelschuetze/OpenSlides

Conflicts:
	openslides/assignment/models.py
This commit is contained in:
Oskar Hahn 2012-09-13 15:28:35 +02:00
commit 0cf0e58af9
4 changed files with 263 additions and 361 deletions

View File

@ -91,7 +91,7 @@ class Assignment(models.Model, SlideMixin):
# if the candidation is blocked and anotherone tries to run the
# candidate
raise NameError(
_('The %s does not want to be a candidate.') % candidate)
_('%s does not want to be a candidate.') % candidate)
elif candidation:
candidation[0].blocked = False
candidation[0].save()

File diff suppressed because it is too large Load Diff

View File

@ -400,7 +400,7 @@ def get_widgets(request):
context.update(csrf(request))
widgets.append(Widget(
name='overlays',
display_name=_('Manage Overlays'),
display_name=_('Overlays'),
template='projector/overlay_widget.html',
permission_required='projector.can_manage_projector',
default_column=2,