Adds sponsorship page

This commit is contained in:
Christopher Neugebauer 2017-08-14 12:34:53 -07:00
parent dab4bb7e94
commit dbdbdac6d8
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1 @@
{% extends "page_with_title_and_lede.html" %}

View file

@ -0,0 +1,8 @@
{% extends "symposion/sponsorship/list_.html" %}
{% block lede %}
We're grateful to the following organizations, who've made a substantial
contribution to North Bay Python 2017. If you want to join us, find
out more at our <a href="/sponsors/become-a-sponsor">become a sponsor
page</a>.
{% endblock %}