Files @ fe1e2bdd71d1
Branch filter:

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

Christopher Neugebauer
Removes the LA-originated T&Cs, removes reference to LA’s T&Cs
{% 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 %}