From b9d45d906cd193e5bccf7aa8f187e625c17ba760 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Thu, 1 Oct 2015 00:16:01 -0400 Subject: [PATCH] Need Stripe for teams signup. --- teams/templates/teams/for-teams.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 %}