FIX: multiline trans not possible

This commit is contained in:
Matthias 2021-04-17 23:52:55 +02:00
parent 59063bee6b
commit 46822017c6

View File

@ -7,8 +7,8 @@
{% trans 'Mark this order as complete?' %}
{% if not order.is_complete %}
<div class='alert alert-warning alert-block'>
{%trans 'This order has line items which have not been marked as received.
Marking this order as complete will remove these line items.' %}
{% trans 'This order has line items which have not been marked as received.' %}
{% trans 'Marking this order as complete will remove these line items.' %}
</div>
{% endif %}