Skip to content

Commit 9d87ff6

Browse files
committed
move sponsorship application "pre roll" text to an editable box
1 parent 6510bd9 commit 9d87ff6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

templates/sponsors/sponsorship_benefits_form.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@
99
{% block page_title %}Sponsorship Application | {{ SITE_INFO.site_name }}{% endblock %}
1010

1111
{% block content %}
12+
<article class="text">
13+
{% box 'sponsorship-application' %}
14+
</article>
1215
<form id="application_form" action="" method="POST">
1316
{% csrf_token %}
1417
<div id="select_sponsorship_benefits_container">
15-
<h1>Sponsor the PSF</h1>
16-
<p>Select a sponsorship package or customize the benefits that make the most sense for your business.</p>
17-
<p><small>The listed sponsorship costs are subject to change if customization to selected benefits are made.</small></p>
18-
<br/>
1918

2019
<div class="row section-title">
2120
<img class="col" src='{% static "img/sponsors/title-1.png" %}'/>

0 commit comments

Comments
 (0)