diff --git a/teams/templates/teams/for-teams.html b/teams/templates/teams/for-teams.html index 1eda60b..05a61f0 100644 --- a/teams/templates/teams/for-teams.html +++ b/teams/templates/teams/for-teams.html @@ -4,6 +4,19 @@ {% block body-class %}{{ block.super }} static signup pro pro-signup{% endblock %} +{% block extra-scripts %} + +{% endblock %} + +{% block js %} + {{ block.super }} + {% if debug %} + Stripe.setPublishableKey('pk_test_cgknmaWRMQeJt2adEdvH3T9l'); + {% else %} + Stripe.setPublishableKey('pk_live_gUO2nCl7dhx6j0posz6gnbhA'); + {% endif %} +{% endblock %} + {% block breadcrumb %}
  • Snipt for Teams
  • {% endblock %}