From c8eb1012980a08a51d78da0c3955cc5ba6edf5ed Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Thu, 25 Aug 2022 10:39:36 +0200 Subject: [proxy] normalize whitespace in jinja templates --- .../proxy/web_ui/templates/packages/load_from_disk.html.jinja | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/hydrilla/proxy/web_ui/templates/packages/load_from_disk.html.jinja') diff --git a/src/hydrilla/proxy/web_ui/templates/packages/load_from_disk.html.jinja b/src/hydrilla/proxy/web_ui/templates/packages/load_from_disk.html.jinja index 1f3c246..e2d012c 100644 --- a/src/hydrilla/proxy/web_ui/templates/packages/load_from_disk.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/packages/load_from_disk.html.jinja @@ -19,7 +19,7 @@ I, Wojtek Kosior, thereby promise not to sue for violation of this file's licenses. Although I request that you do not make use this code in a proprietary work, I am not going to enforce this in court. #} -{%- extends "base.html.jinja" %} +{% extends "base.html.jinja" %} {% block title %} {{ _('web_ui.packages.load_from_disk.title') }} {% endblock %} {% block style %} {{ super() }} @@ -34,17 +34,17 @@ in a proprietary work, I am not going to enforce this in court.
+ accept=".zip,application/zip" required="">
-{%- endblock %} +{% endblock %} -- cgit v1.2.3