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 --- src/hydrilla/proxy/web_ui/templates/index.html.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hydrilla/proxy/web_ui/templates/index.html.jinja') diff --git a/src/hydrilla/proxy/web_ui/templates/index.html.jinja b/src/hydrilla/proxy/web_ui/templates/index.html.jinja index 62c2b45..9115a3c 100644 --- a/src/hydrilla/proxy/web_ui/templates/index.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/index.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.home.title') }} {% endblock %} {% block main %} {{ _('web_ui.home.welcome_to_haketilo') }} -- cgit v1.2.3