Files @ 0c8c03d42b00
Branch filter:

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

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

add colophon and code of conduct
{% extends "page_with_title_and_lede.html" %}

{% load i18n %}

{% block head_title %}Colophon{% endblock %}

{% block heading %}Colophon{% endblock %}

{% block body_class %}colophon{% endblock %}

{% block content %}

  * Python logo attribution and copyright notice
  * SFC copyright notices
  * information about codebase inc. Django, Symposion, Registrasion
  * COC attribution

{% endblock %}