Updated translations.
This commit is contained in:
parent
8732b67bd8
commit
7376b7a692
@ -87,7 +87,7 @@ class Assignment(models.Model, SlideMixin):
|
|||||||
# if the candidation is blocked and anotherone tries to run the
|
# if the candidation is blocked and anotherone tries to run the
|
||||||
# candidate
|
# candidate
|
||||||
raise NameError(
|
raise NameError(
|
||||||
_('The %s does not want to be a candidate.') % candidate)
|
_('%s does not want to be a candidate.') % candidate)
|
||||||
elif candidation and candidate == person:
|
elif candidation and candidate == person:
|
||||||
candidation[0].blocked = False
|
candidation[0].blocked = False
|
||||||
candidation[0].save()
|
candidation[0].save()
|
||||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -400,7 +400,7 @@ def get_widgets(request):
|
|||||||
context.update(csrf(request))
|
context.update(csrf(request))
|
||||||
widgets.append(Widget(
|
widgets.append(Widget(
|
||||||
name='overlays',
|
name='overlays',
|
||||||
display_name=_('Manage Overlays'),
|
display_name=_('Overlays'),
|
||||||
template='projector/overlay_widget.html',
|
template='projector/overlay_widget.html',
|
||||||
permission_required='projector.can_manage_projector',
|
permission_required='projector.can_manage_projector',
|
||||||
default_column=2,
|
default_column=2,
|
||||||
|
Loading…
Reference in New Issue
Block a user