File diff f4343a097ab9 → f495422d05de
pinaxcon/templates/static_pages/terms-and-conditions.html
Show inline comments
 
new file 100644
 
{% extends "page_with_title_and_lede.html" %}
 

	
 
{% load i18n %}
 

	
 
{% block head_title %}Terms and Conditions{% endblock %}
 

	
 
{% block heading %}Terms and Conditions{% endblock %}
 

	
 
{% block body_class %}terms-and-conditions{% endblock %}
 

	
 
{% block content %}
 

	
 
{% endblock %}