mirror of
https://github.com/pretix/pretix.git
synced 2026-08-28 13:34:40 +00:00
Fix template typo
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
{% compress css %}
|
{% compress css %}
|
||||||
<link type="text/css" rel="stylesheet" href="{% static "pretixplugins/stripe/pretix-stripe.css" %}">
|
<link type="text/css" rel="stylesheet" href="{% static "pretixplugins/stripe/pretix-stripe.css" %}">
|
||||||
{% endcompress %}
|
{% endcompress %}
|
||||||
{% if test_mode %}
|
{% if testmode %}
|
||||||
<script type="text/plain" id="stripe_pubkey">{{ settings.publishable_test_key }}</script>
|
<script type="text/plain" id="stripe_pubkey">{{ settings.publishable_test_key }}</script>
|
||||||
{% else %}
|
{% else %}
|
||||||
<script type="text/plain" id="stripe_pubkey">{{ settings.publishable_key }}</script>
|
<script type="text/plain" id="stripe_pubkey">{{ settings.publishable_key }}</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user