summaryrefslogtreecommitdiff
path: root/djangoproject/templates/conduct/enforcement.html
blob: 6880168e16539258a649f6eb85b4f271d6089b55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{% 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 content %}