{% extends 'ccc/campaigns/base.html' %} {% load staticfiles %} {% block title %} Payment {{ campaign.name }}{% endblock title %} {% block css %} {% endblock css %} {% block content %}
Change billing info
{% csrf_token %}

Billing Details

{% include 'ccc/fragments/form_field.inc.html' with field=form.billing_name %} {% include 'ccc/fragments/form_field.inc.html' with field=form.address_line1 %} {% include 'ccc/fragments/form_field.inc.html' with field=form.address_line2 %} {% include 'ccc/fragments/form_field.inc.html' with field=form.address_city %} {% include 'ccc/fragments/form_field.inc.html' with field=form.address_state %} {% include 'ccc/fragments/form_field.inc.html' with field=form.address_zip %} {% include 'ccc/fragments/form_field.inc.html' with field=form.address_country %}
{% endblock content %}