Files @ f495422d05de
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/static_pages/sponsors/become-a-sponsor.html

Christopher Neugebauer
Merge pull request #15 from northbaypython/josh/copy

rejigger url scheme, organize static pages, and stub out last 2 pages needed for launch
{% extends "page_with_title_and_lede.html" %}

{% load i18n %}

{% block head_title %}Become a Sponsors{% endblock %}

{% block heading %}Become a Sponsors{% endblock %}

{% block body_class %}sponsors{% endblock %}

{% block content %}

{% endblock %}