Files @ fa17a56d0f21
Branch filter:

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

Joshua Simmons
remove unused pages directory
{% 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 %}