Files @ f495422d05de
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/static_pages/code-of-conduct/code-of-conduct.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 %}
{% load markdown_deux_tags %}

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

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

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

{% block content %}
  {% markdown %}

{% include "static_pages/code-of-conduct/code-of-conduct.md" %}

  {% endmarkdown %}
{% endblock %}