From 1864fc0aaf7d6dba2e730cf74a5e154df4e6d18d Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 23 Aug 2022 11:16:33 +0200 Subject: add navigation bar to web UI --- .../proxy/web_ui/templates/packages__load_from_disk.html.jinja | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 33a99f4..0eb5149 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,13 +19,13 @@ 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 main %}
@@ -33,7 +33,7 @@ in a proprietary work, I am not going to enforce this in court. required="">
- +
-{% endblock %} +{%- endblock %} -- cgit v1.2.3