Files @ 4dd1d60b3dda
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/static_pages/code-of-conduct/harassment-procedure-staff.html

Josh Simmons
Merge pull request #16 from northbaypython/josh/copy

exporting updated site tree
{% extends "page_with_title_and_lede.html" %}

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

{% block head_title %}Staff procedure for incident handling{% endblock %}

{% block heading %}Staff procedure for incident handling{% endblock %}

{% block body_class %}code-of-conduct{% endblock %}

{% block content %}
  {% markdown %}

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

  {% endmarkdown %}
{% endblock %}