Adds sponsorship page
This commit is contained in:
parent
dab4bb7e94
commit
dbdbdac6d8
2 changed files with 9 additions and 0 deletions
1
pinaxcon/templates/symposion/base.html
Normal file
1
pinaxcon/templates/symposion/base.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{% extends "page_with_title_and_lede.html" %}
|
8
pinaxcon/templates/symposion/sponsorship/list.html
Normal file
8
pinaxcon/templates/symposion/sponsorship/list.html
Normal 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 %}
|
Loading…
Reference in a new issue