Update translations

This commit is contained in:
Raphael Michel
2017-07-02 17:26:32 +02:00
parent 0dc82b6a28
commit ee6d0af795
6 changed files with 1103 additions and 908 deletions

View File

@@ -50,7 +50,7 @@
<div class="panel-body">
{% if request.event %}
<p>
{% blocktrans %}
{% blocktrans trimmed %}
On this page, you can import banking data on a per-event level. You also only see
unmatched transactions imported directly for this event.
{% endblocktrans %}

View File

@@ -428,7 +428,7 @@ class OrganizerBanktransferView:
def dispatch(self, request, *args, **kwargs):
if len(request.organizer.events.order_by('currency').values_list('currency', flat=True).distinct()) > 1:
messages.error(request, _('Please perform per-event bank imports as this organizer has events with '
'multuple currencies.'))
'multiple currencies.'))
return redirect('control:organizer', organizer=request.organizer.slug)
return super().dispatch(request, *args, **kwargs)