From 11a0d8c93a35cc9f00d64bd2e8add03a4368c601 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/repos/add.html.jinja | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja') diff --git a/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja b/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja index 1b618cf..2f491e7 100644 --- a/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja @@ -26,38 +26,38 @@ in a proprietary work, I am not going to enforce this in court.
- {% if repo_name_invalid is defined -%} + {% if repo_name_invalid is defined %} - {%- endif %} - {% if repo_name_taken is defined -%} + {% endif %} + {% if repo_name_taken is defined %} - {%- endif %} + {% endif %}
- {% if repo_url_invalid is defined -%} + {% if repo_url_invalid is defined %} - {%- endif %} + {% endif %}
-- cgit v1.2.3