diff --git a/pinaxcon/templates/symposion/base.html b/pinaxcon/templates/symposion/base.html new file mode 100644 index 0000000..aea02ee --- /dev/null +++ b/pinaxcon/templates/symposion/base.html @@ -0,0 +1 @@ +{% extends "page_with_title_and_lede.html" %} diff --git a/pinaxcon/templates/symposion/sponsorship/list.html b/pinaxcon/templates/symposion/sponsorship/list.html new file mode 100644 index 0000000..e9d5372 --- /dev/null +++ b/pinaxcon/templates/symposion/sponsorship/list.html @@ -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 become a sponsor + page. +{% endblock %}