copyleftconf-website/pinaxcon/templates/static_pages/code-of-conduct.html
2017-08-08 20:59:18 -07:00

13 lines
256 B
HTML

{% extends "page_with_title_and_lede.html" %}
{% load i18n %}
{% block head_title %}Code of Conduct{% endblock %}
{% block heading %}Code of Conduct{% endblock %}
{% block body_class %}code-of-conduct{% endblock %}
{% block content %}
{% endblock %}