This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch fix-metadata
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/fix-metadata by this push:
     new 977878c  djlint comments
977878c is described below

commit 977878cded9af376e978bd00e4a7f21f97ec71b6
Author: Dave Fisher <[email protected]>
AuthorDate: Sun Dec 7 19:55:55 2025 -0800

    djlint comments
---
 .djlint.json                             | 14 --------------
 atr/templates/about.html                 |  2 ++
 atr/templates/blank.html                 |  2 ++
 atr/templates/check-selected.html        |  2 ++
 atr/templates/committee-directory.html   |  2 ++
 atr/templates/committee-view.html        |  2 ++
 atr/templates/delete-committee-keys.html |  2 ++
 atr/templates/download-all.html          |  2 ++
 atr/templates/draft-tools.html           |  2 ++
 atr/templates/error.html                 |  2 ++
 atr/templates/index-committer.html       |  2 ++
 atr/templates/index-public.html          |  2 ++
 atr/templates/layouts/base.html          |  2 +-
 atr/templates/notfound.html              |  2 ++
 atr/templates/project-select.html        |  2 ++
 atr/templates/projects.html              |  2 ++
 atr/templates/release-select.html        |  2 ++
 atr/templates/releases-finished.html     |  2 ++
 atr/templates/releases.html              |  2 ++
 atr/templates/report-selected-path.html  |  2 ++
 atr/templates/resolve-tabulated.html     |  2 ++
 atr/templates/tutorial.html              |  6 +++---
 22 files changed, 42 insertions(+), 18 deletions(-)

diff --git a/.djlint.json b/.djlint.json
deleted file mode 100644
index e466f10..0000000
--- a/.djlint.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  "profile": "jinja",
-  "ignore_rechecks": [
-    {
-       "regex": "{% block title %}[\\s\\S]*?{% endblock title %}",
-    },
-    {
-       "regex": "{% block desccription %}[\\s\\S]*?{% endblock description %}"
-    },
-    {
-       "regex": "{% block desccription %}{% endblock description %}"
-    },
-  ]
-}
diff --git a/atr/templates/about.html b/atr/templates/about.html
index d86c61b..e7caf4a 100644
--- a/atr/templates/about.html
+++ b/atr/templates/about.html
@@ -1,8 +1,10 @@
 {% extends "layouts/base.html" %}
 
+{# djlint:off #}
 {% block title %}About ATR ~ ATR{% endblock title %}
 
 {% block description %}About ATR ~ ATR{% endblock description %}
+{# djlint:on #}
 
 {% block stylesheets %}
   {{ super() }}
diff --git a/atr/templates/blank.html b/atr/templates/blank.html
index bec6548..b49d81d 100644
--- a/atr/templates/blank.html
+++ b/atr/templates/blank.html
@@ -1,8 +1,10 @@
 {% extends "layouts/base.html" %}
 
+{# djlint:off #}
 {% block title %}{{ title }} ~ ATR{% endblock title %}
 
 {% block description %}{{ description }}{% endblock description %}
+{# djlint:on #}
 
 {% block content %}
   {{ content }}
diff --git a/atr/templates/check-selected.html 
b/atr/templates/check-selected.html
index a1b8e6c..fb531c6 100644
--- a/atr/templates/check-selected.html
+++ b/atr/templates/check-selected.html
@@ -1,8 +1,10 @@
 {% extends "layouts/base.html" %}
 
+{# djlint:off #}
 {% block title %}{{ release.project.display_name }} {{ version_name }} ~ ATR{% 
endblock title %}
 
 {% block description %}Review page for the {{ release.project.display_name }} 
{{ version_name }} candidate{% endblock description %}
+{# djlint:on #}
 
 {% import 'macros/dialog.html' as dialog %}
 
diff --git a/atr/templates/committee-directory.html 
b/atr/templates/committee-directory.html
index d02b05b..bc8c19d 100644
--- a/atr/templates/committee-directory.html
+++ b/atr/templates/committee-directory.html
@@ -1,8 +1,10 @@
 {% extends "layouts/base.html" %}
 
+{# djlint:off #}
 {% block title %}Committee directory ~ ATR{% endblock title %}
 
 {% block description %}List of all ASF committees and their assated 
projects.{% endblock description %}
+{# djlint:on #}
 
 {% block stylesheets %}
   {{ super() }}
diff --git a/atr/templates/committee-view.html 
b/atr/templates/committee-view.html
index 6f56006..33a4a54 100644
--- a/atr/templates/committee-view.html
+++ b/atr/templates/committee-view.html
@@ -1,8 +1,10 @@
 {% extends "layouts/base.html" %}
 
+{# djlint:off #}
 {% block title %}Committee ~ ATR{% endblock title %}
 
 {% block description %}Information regarding an Apachommittee.{% endblock 
description %}
+{# djlint:on #}
 
 {% block content %}
   <h1>{{ committee.display_name }}</h1>
diff --git a/atr/templates/delete-committee-keys.html 
b/atr/templates/delete-committee-keys.html
index 420e9fa..bff8abe 100644
--- a/atr/templates/delete-committee-keys.html
+++ b/atr/templates/delete-committee-keys.html
@@ -2,9 +2,11 @@
 
 {% import "macros/forms.html" as forms %}
 
+{# djlint:off #}
 {% block title %}Delete committee keys{% endblock title %}
 
 {% block description %}Delete committee keys{% endblock description %}
+{# djlint:on #}
 
 {% block content %}
   <div class="container mx-auto p-4">
diff --git a/atr/templates/download-all.html b/atr/templates/download-all.html
index 371eecc..a799fca 100644
--- a/atr/templates/download-all.html
+++ b/atr/templates/download-all.html
@@ -1,8 +1,10 @@
 {% extends "layouts/base.html" %}
 
+{# djlint:off #}
 {% block title %}Download {{ release.project.display_name }} {{ 
release.version }} ~ ATR{% endblock title %}
 
 {% block description %}Download commands for {{ release.project.display_name 
}} {{ release.version }}.{% endblock description %}
+{# djlint:on #}
 
 {% block content %}
   {% set phase = release.phase.value %}
diff --git a/atr/templates/draft-tools.html b/atr/templates/draft-tools.html
index 808dff8..e8aaa67 100644
--- a/atr/templates/draft-tools.html
+++ b/atr/templates/draft-tools.html
@@ -1,8 +1,10 @@
 {% extends "layouts/base.html" %}
 
+{# djlint:off #}
 {% block title %}File tools ~ ATR{% endblock title %}
 
 {% block description %}Manage a file in the candidate draft using tools.{% 
endblock description %}
+{# djlint:on #}
 
 {% block content %}
   <a href="{{ as_url(get.compose.selected, project_name=project_name, 
version_name=version_name) }}"
diff --git a/atr/templates/error.html b/atr/templates/error.html
index ab1976a..592927b 100644
--- a/atr/templates/error.html
+++ b/atr/templates/error.html
@@ -1,8 +1,10 @@
 {% extends "layouts/base.html" %}
 
+{# djlint:off #}
 {% block title %}Error ~ ATR{% endblock title %}
 
 {% block description %}An error occurred while processing your request.{% 
endblock description %}
+{# djlint:on #}
 
 {% block content %}
   <div>
diff --git a/atr/templates/index-committer.html 
b/atr/templates/index-committer.html
index 17bbee6..8a8183a 100644
--- a/atr/templates/index-committer.html
+++ b/atr/templates/index-committer.html
@@ -1,8 +1,10 @@
 {% extends "layouts/base.html" %}
 
+{# djlint:off #}
 {% block title %}Select a release ~ ATR{% endblock title %}
 
 {% block description %}Select a release ~ ATR{% endblock description %}
+{# djlint:on #}
 
 {% block stylesheets %}
   {{ super() }}
diff --git a/atr/templates/index-public.html b/atr/templates/index-public.html
index 8411090..21c3a18 100644
--- a/atr/templates/index-public.html
+++ b/atr/templates/index-public.html
@@ -1,8 +1,10 @@
 {% extends "layouts/base.html" %}
 
+{# djlint:off #}
 {% block title %}Apache Trusted Releases{% endblock title %}
 
 {% block description %}Apache Trusted Releases{% endblock description %}
+{# djlint:on #}
 
 {% block content %}
   <h1>Apache Trusted Releases</h1>
diff --git a/atr/templates/layouts/base.html b/atr/templates/layouts/base.html
index 38e165d..099175c 100644
--- a/atr/templates/layouts/base.html
+++ b/atr/templates/layouts/base.html
@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width,initial-scale=1.0" />
     <meta name="description"
           content="{%- block description -%}{%- endblock description -%}" />
-    <title>{% block title %}{% endblock title %}</title>
+    <title>{# djlint:off #}{% block title %}{% endblock title %}{# djlint:on 
#}</title>
 
     <link rel="icon"
           type="image/x-icon"
diff --git a/atr/templates/notfound.html b/atr/templates/notfound.html
index 655c1f9..3b593f2 100644
--- a/atr/templates/notfound.html
+++ b/atr/templates/notfound.html
@@ -1,8 +1,10 @@
 {% extends "layouts/base.html" %}
 
+{# djlint:off #}
 {% block title %}404 ~ ATR{% endblock title %}
 
 {% block description %}An error occurred while cessing your request.{% 
endblock description %}
+{# djlint:on #}
 
 {% block content %}
   <div>
diff --git a/atr/templates/project-select.html 
b/atr/templates/project-select.html
index 09973aa..2ee6232 100644
--- a/atr/templates/project-select.html
+++ b/atr/templates/project-select.html
@@ -1,8 +1,10 @@
 {% extends "layouts/base.html" %}
 
+{# djlint:off #}
 {% block title %}Select a project ~ ATR{% endblock title %}
 
 {% block description %}Select a project ~ ATR{% endblock description %}
+{# djlint:on #}
 
 {% block content %}
 
diff --git a/atr/templates/projects.html b/atr/templates/projects.html
index d70069f..9034370 100644
--- a/atr/templates/projects.html
+++ b/atr/templates/projects.html
@@ -1,8 +1,10 @@
 {% extends "layouts/base.html" %}
 
+{# djlint:off #}
 {% block title %}Projects ~ ATR{% endblock title %}
 
 {% block description %}Directory of current ASF projs and their releases.{% 
endblock description %}
+{# djlint:on #}
 
 {% block content %}
   <h1>Projects</h1>
diff --git a/atr/templates/release-select.html 
b/atr/templates/release-select.html
index b2b812c..5a9ae30 100644
--- a/atr/templates/release-select.html
+++ b/atr/templates/release-select.html
@@ -1,8 +1,10 @@
 {% extends "layouts/base.html" %}
 
+{# djlint:off #}
 {% block title %}Select a release of {{ project.display_name }} ~ ATR{% 
endblock title %}
 
 {% block description %}Select a release of {{ project.display_name }} ~ ATR{% 
endblock description %}
+{# djlint:on #}
 
 {% block content %}
   <p class="atr-breadcrumbs">
diff --git a/atr/templates/releases-finished.html 
b/atr/templates/releases-finished.html
index 01e09fe..10ecef4 100644
--- a/atr/templates/releases-finished.html
+++ b/atr/templates/releases-finished.html
@@ -1,8 +1,10 @@
 {% extends "layouts/base.html" %}
 
+{# djlint:off #}
 {% block title %}Releases of {{ project.display_name }} ~ ATR{% endblock title 
%}
 
 {% block description %}All of the finished releases of {{ project.display_name 
}} ATR.{% endblock description %}
+{# djlint:on #}
 
 {% block content %}
   <p>
diff --git a/atr/templates/releases.html b/atr/templates/releases.html
index 6ffebf7..8baf227 100644
--- a/atr/templates/releases.html
+++ b/atr/templates/releases.html
@@ -1,8 +1,10 @@
 {% extends "layouts/base.html" %}
 
+{# djlint:off #}
 {% block title %}Releases ~ ATR{% endblock title %}
 
 {% block description %}Review public releases.{% endblock description %}
+{# djlint:on #}
 
 {% block stylesheets %}
   {{ super() }}
diff --git a/atr/templates/report-selected-path.html 
b/atr/templates/report-selected-path.html
index 48690b7..654c698 100644
--- a/atr/templates/report-selected-path.html
+++ b/atr/templates/report-selected-path.html
@@ -1,8 +1,10 @@
 {% extends "layouts/base.html" %}
 
+{# djlint:off #}
 {% block title %}Report for {{ release.short_display_name }} {{ 
package.filename }} ~ ATR{% endblock title %}
 
 {% block description %}Show the report for the {{ release.short_display_name 
}} {{ package.filename }} candidate draft file.{% endblock description %}
+{# djlint:on #}
 
 {% block stylesheets %}
   {{ super() }}
diff --git a/atr/templates/resolve-tabulated.html 
b/atr/templates/resolve-tabulated.html
index a371f09..11897f5 100644
--- a/atr/templates/resolve-tabulated.html
+++ b/atr/templates/resolve-tabulated.html
@@ -1,8 +1,10 @@
 {% extends "layouts/base.html" %}
 
+{# djlint:off #}
 {% block title %}Resolve vote ~ ATR{% endblock title %}
 
 {% block description %}Resolve vote for a release.{% endblock description %}
+{# djlint:on #}
 
 {% block content %}
   <p>
diff --git a/atr/templates/tutorial.html b/atr/templates/tutorial.html
index 0bdd362..977b8e6 100644
--- a/atr/templates/tutorial.html
+++ b/atr/templates/tutorial.html
@@ -1,10 +1,10 @@
 {% extends "layouts/base.html" %}
 
-{% block description %}
-  Tutorial for release managers ~ ATR
-{% endblock description %}
+{# djlint:off #}
+{% block description %}Tutorial for release managers ~ ATR{% endblock 
description %}
 
 {% block title %}Tutorial for release managers ~ ATR{% endblock title %}
+{# djlint:on #}
 
 {% block stylesheets %}
   {{ super() }}<style>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to