diff options
| author | Dan Ryan (GitHub Noreply Key) <dryan@users.noreply.github.com> | 2026-04-29 11:10:00 -0400 |
|---|---|---|
| committer | Saptak Sengupta <saptak013@gmail.com> | 2026-05-02 14:34:23 +0530 |
| commit | c2a59b4556180389799880be3ec13b6bdf9bac0a (patch) | |
| tree | d711fb3c62d5ab80d3d1dcd80f8a33d7472eb2f0 | |
| parent | 60cb5f6b3827b0f3f234dff98e4688039e800b57 (diff) | |
fixing formatting on Code of Conduct translate tags
| -rw-r--r-- | djangoproject/templates/conduct/index.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/djangoproject/templates/conduct/index.html b/djangoproject/templates/conduct/index.html index 37585e19..7cdf7e8c 100644 --- a/djangoproject/templates/conduct/index.html +++ b/djangoproject/templates/conduct/index.html @@ -1,7 +1,12 @@ -{% extends "conduct/base.html" %} {% load i18n %} {% block title %}{% translate - "Django Code of Conduct" %}{% endblock %} {% block og_title %}{% translate - "Django Code of Conduct" %}{% endblock %} {% block og_description %}{% translate - "Some ground rules for the community" %}{% endblock %} {% block content %} +{% extends "conduct/base.html" %} +{% load i18n %} + +{% block title %}{% translate "Django Code of Conduct" %}{% endblock %} + +{% block og_title %}{% translate "Django Code of Conduct" %}{% endblock %} +{% block og_description %}{% translate "Some ground rules for the community" %}{% endblock %} + +{% block content %} {% url 'conduct_reporting' as reporting_url %} {% url 'conduct_faq' as faq_url %} |
