We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d27e2b commit 28251e3Copy full SHA for 28251e3
1 file changed
pyvecorg/templates/index.html
@@ -337,7 +337,7 @@ <h3>{{ bank_account.heading }}</h3>
337
SWIFT: {{ bank_account.swift }}<br>
338
{{ bank_account.bank_name }}<br>
339
{% endif %}
340
- <a href="https://ib.fio.cz/ib/transparent?a={{ bank_account.number }}&l=ENGLISH">Transaction history</a>
+ <a href="https://ib.fio.cz/ib/transparent?a={{ bank_account.number }}&lng=ENGLISH">Transaction history</a>
341
342
</p>
343
{% endfor %}
0 commit comments