Files @ daac0fdd6043
Branch filter:

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

Brett Smith
templates: Render payment buttons at the bottom of invoices.

In addition to the top, to better follow modern convention.
{% 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 %}