Files @ 9c4663a5c0ed
Branch filter:

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

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

stub out static site pages
{% extends "site_base.html" %}

{% load i18n %}

{% block head_title %}{% trans "Welcome" %}{% endblock %}

{% block body_class %}home{% endblock %}

{% block body %}

{% endblock %}