summaryrefslogtreecommitdiff
path: root/djangoproject/templates/conduct/enforcement.html
blob: 6db9cc17980130975b29f00bff84419c6b7cc039 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{% extends "conduct/base.html" %}
{% load i18n %}

{% block title %}{% translate "Django Code of Conduct - Enforcement Manual" %}{% endblock %}

{% block og_title %}{% translate "Django Code of Conduct - Enforcement Manual" %}{% endblock %}
{% block og_description %}{% translate "This is the enforcement manual followed by Django's Code of Conduct working group" %}{% endblock %}

{% block content %}
  <h1>{% translate "Django Code of Conduct - Enforcement Manual" %}</h1>

  <h2 class="deck">
    {% blocktranslate trimmed %}
      This manual has moved to <a href="https://github.com/django/code-of-conduct/blob/main/working-group-manual.md">
        GitHub</a>. Please see the latest version there.{% endblocktranslate %}
  </h2>
{% endblock %}