Files @ d84d9de1593b
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/static_pages/code-of-conduct.html - annotation

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

updates to site copy, fixes, and addition of markdown support
{% extends "page_with_title_and_lede.html" %}

{% load i18n %}

{% block head_title %}Code of Conduct{% endblock %}

{% block heading %}Code of Conduct{% endblock %}

{% block body_class %}code-of-conduct{% endblock %}

{% block content %}

{% endblock %}