diff --git a/pinaxcon/templates/static_pages/terms_and_conditions.html b/pinaxcon/templates/static_pages/terms_and_conditions.html new file mode 100644 index 0000000000000000000000000000000000000000..8686f08c04ff4a2304c211a5e89009fe7fc4afb1 --- /dev/null +++ b/pinaxcon/templates/static_pages/terms_and_conditions.html @@ -0,0 +1,13 @@ +{% 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 %}