{% extends "base.html" %} {% block page-title %}Sign up for Snipt Pro{% 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 %}
  • Snipt Pro
  • {% endblock %} {% block content %} {% if request.GET.expired %}
    Your trial has expired. You'll need to go Pro in order to create new snipts.
    {% endif %} {% if request.GET.declined %}
    {{ request.GET.declined }} You have not been charged. Please try again.
    {% endif %}
    Go Pro for just $29 (one-time fee).

    As a paid Snipt member, you'll have unrestricted access to the app, API, custom-domain blogging, instant chat support, and more.

    Group discounts available. Email support@snipt.net for details.

    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.
    {% endblock %}