{% extends 'base.html' %} {% comment %} This is an example pay now form only. It illustrates the paypal values that can be changed in the form and the template variables that are available. You should definitely copy and customize it to suit your template. See this page for information on the available variables: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_Appx_websitestandard_htmlvariables I take no responsibility for how disgustingly confusing paypal makes this process. {% endcomment %} {% block content %} Thank you for paying...
{% endblock %}