File diff 6196ac63ae92 → 1241baa686a8
pinaxcon/templates/static_pages/terms_and_conditions.html
Show inline comments
...
 
@@ -9,10 +9,14 @@
 

	
 
{% 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 %}