File diff dd485ada1cac → c7db6c77b8b0
pinaxcon/templates/static_pages/code-of-conduct.html
Show inline comments
 
{% extends "page_with_title_and_lede.html" %}
 

	
 
{% load i18n %}
 
{% load markdown_deux_tags %}
 

	
 
{% block head_title %}Code of Conduct{% endblock %}
 

	
...
 
@@ -9,5 +10,9 @@
 
{% block body_class %}code-of-conduct{% endblock %}
 

	
 
{% block content %}
 
  {% markdown %}
 

	
 
{% include "static_pages/code-of-conduct.md" %}
 

	
 
  {% endmarkdown %}
 
{% endblock %}