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-09 13:55:05 +0200
commit11a0d8c93a35cc9f00d64bd2e8add03a4368c601 (patch)
tree99b486d96aa9f9044e044653d862967ffae8d9d3 /src/hydrilla/proxy/web_ui/templates/index.html.jinja
parent2f2707ff2d19ad8c5aa6f626c65a9c298ff99901 (diff)
downloadhaketilo-hydrilla-11a0d8c93a35cc9f00d64bd2e8add03a4368c601.tar.gz
haketilo-hydrilla-11a0d8c93a35cc9f00d64bd2e8add03a4368c601.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') }}