summaryrefslogtreecommitdiff
path: root/checklists
diff options
context:
space:
mode:
authorAnshul Zilpe <anshulzilpe@gmail.com>2025-12-08 23:09:21 +0530
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2026-05-08 12:45:50 +0200
commit8cec44a35d8f38284f2ea52f2f338a7154d86afb (patch)
treed9d97b0047985cd857bcc7ed0fb95569db321cae /checklists
parent2469b99c2217d08c4772578469c6499b3d18ba7c (diff)
Add djade linter and format templates.
Diffstat (limited to 'checklists')
-rw-r--r--checklists/templates/checklists/release-security-skeleton.md3
-rw-r--r--checklists/templates/checklists/release_final_blogpost.md2
-rw-r--r--checklists/templates/checklists/release_security_blogpost.md2
3 files changed, 3 insertions, 4 deletions
diff --git a/checklists/templates/checklists/release-security-skeleton.md b/checklists/templates/checklists/release-security-skeleton.md
index a295b159..69169593 100644
--- a/checklists/templates/checklists/release-security-skeleton.md
+++ b/checklists/templates/checklists/release-security-skeleton.md
@@ -1,5 +1,4 @@
-{% load checklist_extras %}
-{% load tz %}
+{% load checklist_extras tz %}
{% with cves=instance.cves versions=instance.versions cves_length=instance.cves|length %}
# Django Security Release: {{ versions|enumerate_items }} ({{ when }})
diff --git a/checklists/templates/checklists/release_final_blogpost.md b/checklists/templates/checklists/release_final_blogpost.md
index dc60a6be..5d2eb06f 100644
--- a/checklists/templates/checklists/release_final_blogpost.md
+++ b/checklists/templates/checklists/release_final_blogpost.md
@@ -11,7 +11,7 @@ You can get Django {{ version }} from
{% include "checklists/_releaser_info.md" %}
{% if instance.eom_release %}
-With the release of Django {{ version }}, Django {{ instance.eom_release.feature_version}}
+With the release of Django {{ version }}, Django {{ instance.eom_release.feature_version }}
has reached the end of mainstream support. The final minor bug fix release,
[{{ instance.eom_release.version }}](https://docs.djangoproject.com/en/stable/releases/{{ instance.eom_release.version }}/),
was issued on {{ instance.eom_release.date }}. Django {{ instance.eom_release.feature_version }}
diff --git a/checklists/templates/checklists/release_security_blogpost.md b/checklists/templates/checklists/release_security_blogpost.md
index 78ed1c21..af42ef7a 100644
--- a/checklists/templates/checklists/release_security_blogpost.md
+++ b/checklists/templates/checklists/release_security_blogpost.md
@@ -5,7 +5,7 @@ the Django team is issuing releases for
These releases address the security issues detailed below. We encourage all
users of Django to upgrade as soon as possible.
{% for cve in cves %}
-## {{cve.headline_for_blogpost }}
+## {{ cve.headline_for_blogpost }}
{{ cve.blogdescription|safe|default:cve.description }}
{% if cve.reporter %}