diff --git a/pinaxcon/templates/static_pages/terms_and_conditions.html b/pinaxcon/templates/static_pages/terms_and_conditions.html index 8686f08c04ff4a2304c211a5e89009fe7fc4afb1..6bc5cd63cee0b4f0269b2ecdbe350854c99c6889 100644 --- a/pinaxcon/templates/static_pages/terms_and_conditions.html +++ b/pinaxcon/templates/static_pages/terms_and_conditions.html @@ -1,6 +1,7 @@ {% extends "page_with_title_and_lede.html" %} {% load i18n %} +{% load markdown_deux_tags %} {% block head_title %}Terms and Conditions{% endblock %} @@ -9,5 +10,9 @@ {% block body_class %}terms-and-conditions{% endblock %} {% block content %} + {% markdown %} +{% include "static_pages/terms_and_conditions.md" %} + + {% endmarkdown %} {% endblock %}