Files @ 348a397abab1
Branch filter:

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

Sam Kitajima-Kimbrel
First stab at a "pitch your boss" page.

No idea if this is the direction we want to go in but have a look.
{% extends "page_with_title_and_lede.html" %}

{% load i18n %}
{% load markdown_deux_tags %}

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

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

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

{% block lede %}Terms and Conditions will be available when tickets are on sale.{% endblock %}

{% block content %}
  {% markdown %}

{% comment %}
{% include "static_pages/terms_and_conditions.md" %}
{% endcomment %}

  {% endmarkdown %}
{% endblock %}