File diff 34a02676d6b7 → b528902afb8f
pinaxcon/templates/static_pages/terms_and_conditions.html
Show inline comments
...
 
@@ -9,14 +9,10 @@
 

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