mirror of
https://github.com/pretix/pretix.git
synced 2025-12-20 16:32:26 +00:00
Compare commits
2 Commits
improve-ba
...
release/4.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e86838727d | ||
|
|
f90c8dd415 |
@@ -19,4 +19,4 @@
|
|||||||
# You should have received a copy of the GNU Affero General Public License along with this program. If not, see
|
# You should have received a copy of the GNU Affero General Public License along with this program. If not, see
|
||||||
# <https://www.gnu.org/licenses/>.
|
# <https://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
__version__ = "4.13.0"
|
__version__ = "4.13.1"
|
||||||
|
|||||||
@@ -66,25 +66,25 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if eu_barcodes %}
|
{% if eu_barcodes %}
|
||||||
<div id="banktransfer_qrcodes_girocode" class="tab-pane fade {% if not swiss_qrbill %}active in{% endif %}" role="tabpanel" aria-labelledby="banktransfer_qrcodes_girocode_tab">
|
<div id="banktransfer_qrcodes_girocode" class="tab-pane fade {% if not swiss_qrbill %}active in{% endif %}" role="tabpanel" aria-labelledby="banktransfer_qrcodes_girocode_tab">
|
||||||
<p class="small">
|
<p class="small">
|
||||||
{% trans "Scan the qr-code with your banking app" %}
|
{% trans "Scan the qr-code with your banking app" %}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<script type="text/plain" data-size="150" data-replace-with-qr data-desc="{% trans 'Scan this image with your banking app’s QR-Reader to start the payment process.' %}">BCD
|
<script type="text/plain" data-size="150" data-replace-with-qr data-desc="{% trans 'Scan this image with your banking app’s QR-Reader to start the payment process.' %}">BCD
|
||||||
002
|
002
|
||||||
2
|
2
|
||||||
SCT
|
SCT
|
||||||
{{ settings.bank_details_sepa_bic }}
|
{{ settings.bank_details_sepa_bic }}
|
||||||
{{ settings.bank_details_sepa_name|unidecode }}
|
{{ settings.bank_details_sepa_name|unidecode }}
|
||||||
{{ settings.bank_details_sepa_iban }}
|
{{ settings.bank_details_sepa_iban }}
|
||||||
{{ event.currency }}{{ amount|dotdecimal }}
|
{{ event.currency }}{{ amount|dotdecimal }}
|
||||||
|
|
||||||
|
|
||||||
{{ code }}
|
{{ code }}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="banktransfer_qrcodes_bezahlcode" class="tab-pane fade" role="tabpanel" aria-labelledby="banktransfer_qrcodes_bezahlcode_tab">
|
<div id="banktransfer_qrcodes_bezahlcode" class="tab-pane fade" role="tabpanel" aria-labelledby="banktransfer_qrcodes_bezahlcode_tab">
|
||||||
<p class="small">
|
<p class="small">
|
||||||
{% trans "Scan the qr-code with your banking app" %}
|
{% trans "Scan the qr-code with your banking app" %}
|
||||||
|
|||||||
Reference in New Issue
Block a user