{% extends "base.html" %} {% block page-title %}Sign up for Snipt Pro{% endblock %} {% block body-class %}{{ block.super }} static 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 Pro
  • / Sign up
  • {% endblock %} {% block content %}
    snipt Pro
    {% if request.GET.declined %}
    Your card was declined. You have not been charged. Please try again.
    {% endif %}
    Please wait…
    $3 USD will be charged to your card monthly. Also, you rock. Tell yourself that every month, too.
    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.
    {% endblock %}