Skip to content

Commit 28251e3

Browse files
committed
Fix language in Fio account links
1 parent 9d27e2b commit 28251e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyvecorg/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ <h3>{{ bank_account.heading }}</h3>
337337
SWIFT: {{ bank_account.swift }}<br>
338338
{{ bank_account.bank_name }}<br>
339339
{% endif %}
340-
<a href="https://ib.fio.cz/ib/transparent?a={{ bank_account.number }}&amp;l=ENGLISH">Transaction history</a>
340+
<a href="https://ib.fio.cz/ib/transparent?a={{ bank_account.number }}&amp;lng=ENGLISH">Transaction history</a>
341341
{% endif %}
342342
</p>
343343
{% endfor %}

0 commit comments

Comments
 (0)