From b670fc725480d5e41f3dad2aafadef677588a780 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:20:56 +0000 Subject: [PATCH 1/2] chore(deps): update pre-commit hook djlint/djlint to v1.43.0 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee4b7fa79..d2f83c5c9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,7 +49,7 @@ repos: - id: pretty-format-toml args: [--autofix] - repo: https://github.com/djlint/djLint - rev: v1.40.8 + rev: v1.43.0 hooks: - id: djlint-reformat-django - id: djlint-django From 7df89f034205e2d0bddc76953df17da2c57c9031 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:21:19 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- weblate_web/templates/payment/customer.html | 26 ++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/weblate_web/templates/payment/customer.html b/weblate_web/templates/payment/customer.html index d57318510..913f608c0 100644 --- a/weblate_web/templates/payment/customer.html +++ b/weblate_web/templates/payment/customer.html @@ -19,21 +19,21 @@

{% translate "Your billing information" %}

{% if form.is_fosdem and field.name == "vat" %}
Need a proper invoice? Click here to fill in the billing details. - {% endif %} -
-
{{ field.label }}
-
- {{ field.errors }} - {{ field }} - {% if field.help_text %} -

{{ field.help_text|safe }}

- {% endif %} -
-
+ {% endif %} +
+
{{ field.label }}
+
+ {{ field.errors }} + {{ field }} + {% if field.help_text %} +

{{ field.help_text|safe }}

+ {% endif %}
- {% if form.is_fosdem and field.name == "email" %} +
+
+ {% if form.is_fosdem and field.name == "email" %}
- {% endif %} + {% endif %} {% else %} {{ field.errors }} {{ field }}