diff --git a/pinaxcon/templates/static_pages/terms_and_conditions.html b/pinaxcon/templates/static_pages/terms_and_conditions.html deleted file mode 100644 index 6bc5cd63cee0b4f0269b2ecdbe350854c99c6889..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/static_pages/terms_and_conditions.html +++ /dev/null @@ -1,18 +0,0 @@ -{% extends "page_with_title_and_lede.html" %} - -{% load i18n %} -{% load markdown_deux_tags %} - -{% block head_title %}Terms and Conditions{% endblock %} - -{% block heading %}Terms and Conditions{% endblock %} - -{% block body_class %}terms-and-conditions{% endblock %} - -{% block content %} - {% markdown %} - -{% include "static_pages/terms_and_conditions.md" %} - - {% endmarkdown %} -{% endblock %}