{% extends "base.html" %} {% block page-title %}Activate account{% endblock %} {% 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 %}
  • Activate
  • {% endblock %} {% block content %} {% if request.GET.declined %}
    {{ request.GET.declined }} You have not been charged. Please try again.
    {% endif %}
    Activate for a one-time fee of $5.
    (fully refundable within 3 days of signup)
    Please wait…
    Visa MasterCard Discover American Express
    {% csrf_token %}
    Secure by default. Every Snipt page is secure.
    Your credit card is stored securely with Stripe and we use Stripe.js for maximum security.
    Prefer to pay with PayPal? Email support@snipt.net.
    {% endblock %}