{% load static %} {% extends "base.html" %} {% block page-title %}Activate account{% endblock %} {% block body-class %}{{ block.super }} static signup pro pro-signup{% 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. All ads removed for paid accounts.
    {% csrf_token %}
    Prefer to pay with PayPal? Email support@snipt.net.
    {% endblock %}