Files @ f4d0eda48514
Branch filter:

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

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

clean up copy, address basic accessibility concerns, tweaks to nav board and dashboard
{% extends "page_with_title_and_lede.html" %}

{% load i18n %}

{% block head_title %}About North Bay Python{% endblock %}

{% block heading %}About North Bay Python{% endblock %}

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

{% block content %}

{% endblock %}