mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Support for right-to-left languages (#1438)
* play around * Flip things in presale * Convert backend * Remove test settings * Safe getattr
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<p>{% blocktrans trimmed %}
|
||||
You need to confirm your payment. Please click the link below to do so or start a new payment.
|
||||
{% endblocktrans %}
|
||||
<div class="text-right">
|
||||
<div class="text-right flip">
|
||||
<a href="{% eventurl event "plugins:stripe:sca" order=order.code payment=payment.pk hash=payment_hash %}"
|
||||
class="btn btn-primary">
|
||||
{% trans "Confirm payment" %}
|
||||
|
||||
Reference in New Issue
Block a user