diff --git a/divent/templates/footer.html.j2 b/divent/templates/footer.html.j2 index 78c8d08..f266de0 100644 --- a/divent/templates/footer.html.j2 +++ b/divent/templates/footer.html.j2 @@ -6,10 +6,12 @@
  • + {# djlint:off #} {{ _('Read the licence') }} + {# djlint:on #}
  • diff --git a/divent/templates/subscribe.html.j2 b/divent/templates/subscribe.html.j2 index 6254b45..dc01096 100644 --- a/divent/templates/subscribe.html.j2 +++ b/divent/templates/subscribe.html.j2 @@ -33,21 +33,20 @@
  • - + {# djlint:off #} + {{ _("Subscribe to") }} Apple + {# djlint:on #}
  • {{ _("OR") }}

    {{ _("Use the direct link:") }}

    - + {# djlint:off #} + + {# djlint:on #}
    {% endblock content %} diff --git a/pyproject.toml b/pyproject.toml index 94b0908..0367cb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,4 +34,3 @@ build-backend = "poetry.core.masonry.api" [tool.djlint] extension = "j2" profile = "jinja" -ignore="H022,J018"