Files @ febf21c8480b
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/static_pages/about/team.html

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

{% load i18n %}

{% block head_title %}About the Team{% endblock %}

{% block heading %}About the Team{% endblock %}

{% block body_class %}about{% endblock %}

{% block content %}

{% endblock %}