File diff 00d2fe866e21 → 71deb387eb8f
pinaxcon/templates/static_pages/terms_and_conditions.html
Show inline comments
...
 
@@ -6,17 +6,13 @@
 
{% 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 %}