17 lines
353 B
HTML
17 lines
353 B
HTML
|
{% extends "basedocumentation.html" %}
|
||
|
|
||
|
{% block title %}Pledge Cancelled{% endblock %}
|
||
|
|
||
|
{% block extra_extra_head %}
|
||
|
<link type="text/css" rel="stylesheet" href="/static/css/campaign.css" />
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block doccontent %}
|
||
|
|
||
|
<div class="thank-you">Would you consider pledging in the future?</div>
|
||
|
|
||
|
<div>{{output}}</div>
|
||
|
{% endblock %}
|
||
|
|
||
|
|