lingo: add non-breaking spaces before € sign (#11252)

This commit is contained in:
Frédéric Péters 2017-01-31 21:20:55 +01:00
parent e7915bd406
commit e19b685a85
2 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@
{% plural %}
{{counter}} items
{% endblocktrans %}
({{ total }} €)</a></p>
({{ total }} €)</a></p>
</form>
{% endif %}

View File

@ -7,7 +7,7 @@
{% if transaction.is_paid %}
<ul>
{% for item in transaction.items.all %}
<li>{{ item.subject }}: {{ item.amount }} </label>
<li>{{ item.subject }}: {{ item.amount }} </label>
{% if item.source_url %}(<a href="{{ item.source_url}}">{% trans 'open' %}</a>){% endif %}</li>
{% endfor %}
</ul>