Files @ 766f7f40441d
Branch filter:

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

Josh Simmons
Revert "change to 2019 dates, swap in CFP for ticket links"

This reverts commit ca9e042cc4fcdd597fc7db08401f0578f786e656.
{% 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 content %}
  {% markdown %}

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

  {% endmarkdown %}
{% endblock %}