aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/index.html.jinja
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-08-25 10:39:36 +0200
committerWojtek Kosior <koszko@koszko.org>2022-09-28 12:54:53 +0200
commitc8eb1012980a08a51d78da0c3955cc5ba6edf5ed (patch)
tree351eaf8f901a0e16c1564d9083fdead8f0b23f22 /src/hydrilla/proxy/web_ui/templates/index.html.jinja
parentedbb8286146920583087080809f6e904ca856cc9 (diff)
downloadhaketilo-hydrilla-c8eb1012980a08a51d78da0c3955cc5ba6edf5ed.tar.gz
haketilo-hydrilla-c8eb1012980a08a51d78da0c3955cc5ba6edf5ed.zip
[proxy] normalize whitespace in jinja templates
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/index.html.jinja')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/index.html.jinja2
1 files changed, 1 insertions, 1 deletions
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') }}