We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6510bd9 commit 9d87ff6Copy full SHA for 9d87ff6
templates/sponsors/sponsorship_benefits_form.html
@@ -9,13 +9,12 @@
9
{% block page_title %}Sponsorship Application | {{ SITE_INFO.site_name }}{% endblock %}
10
11
{% block content %}
12
+ <article class="text">
13
+ {% box 'sponsorship-application' %}
14
+ </article>
15
<form id="application_form" action="" method="POST">
16
{% csrf_token %}
17
<div id="select_sponsorship_benefits_container">
- <h1>Sponsor the PSF</h1>
- <p>Select a sponsorship package or customize the benefits that make the most sense for your business.</p>
- <p><small>The listed sponsorship costs are subject to change if customization to selected benefits are made.</small></p>
18
- <br/>
19
20
<div class="row section-title">
21
<img class="col" src='{% static "img/sponsors/title-1.png" %}'/>
0 commit comments