From 04853ff19450c5925a7c9bacc11abe90e75f8510 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 5 Sep 2022 13:58:34 +0200 Subject: [proxy] complete the text content and styling of web UI pages written so far --- src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja') diff --git a/src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja index 77874cb..aa12246 100644 --- a/src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja @@ -19,7 +19,9 @@ 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" %} + {% block title %} {{ _('web_ui.libraries.title') }} {% endblock %} + {% block style %} {{ super() }} @@ -32,8 +34,10 @@ in a proprietary work, I am not going to enforce this in court. min-height: 2.2em; } {% endblock %} + {% block main %}

{{ _('web_ui.libraries.heading') }}

+