Files @ 6a1159950582
Branch filter:

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

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

remove unused pages directory and rename files w/ underscores instead of dashes for consistency
{% extends "page_with_title_and_lede.html" %}

{% load i18n %}

{% block head_title %}Terms and Conditions{% endblock %}

{% block heading %}Terms and Conditions{% endblock %}

{% block body_class %}terms-and-conditions{% endblock %}

{% block content %}

{% endblock %}