mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Fix saleschannels testmode-support-message check
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<div class="alert alert-info">
|
||||
{{ p.provider.test_mode_message }}
|
||||
</div>
|
||||
{% if not request.event.sales_channel.testmode_supported %}
|
||||
{% if not request.sales_channel.testmode_supported %}
|
||||
<div class="alert alert-danger">
|
||||
{% trans "This sales channel does not provide support for testmode." %}
|
||||
<strong>
|
||||
|
||||
Reference in New Issue
Block a user