Files @ 82d98e0b29be
Branch filter:

Location: copyleftconf-website-fork/pinaxcon/templates/static_pages/code_of_conduct/harassment_procedure_attendee.html

Brett Smith
code-of-conduct: From CopyleftConf 2019.
{% extends "page_with_title_and_lede.html" %}

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

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

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

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

{% block content %}
  {% markdown %}

{% include "static_pages/code_of_conduct/harassment_procedure_attendee.md" %}

  {% endmarkdown %}
{% endblock %}