Fix template typo

This commit is contained in:
Raphael Michel
2019-02-27 09:30:43 +01:00
parent 8889607d1c
commit d4eac76a8d

View File

@@ -8,7 +8,7 @@
{% compress css %}
<link type="text/css" rel="stylesheet" href="{% static "pretixplugins/stripe/pretix-stripe.css" %}">
{% endcompress %}
{% if test_mode %}
{% if testmode %}
<script type="text/plain" id="stripe_pubkey">{{ settings.publishable_test_key }}</script>
{% else %}
<script type="text/plain" id="stripe_pubkey">{{ settings.publishable_key }}</script>