diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-09-05 13:58:34 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-09-09 13:55:05 +0200 |
commit | 2ef6e8c3177aeedb25258171133ef1cf8720f8f0 (patch) | |
tree | 854b65b0bd3a34d980b82fc120a466d54d9fba81 /src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja | |
parent | 6f6b40823b1e517149e238576fc8c210341f376f (diff) | |
download | haketilo-hydrilla-2ef6e8c3177aeedb25258171133ef1cf8720f8f0.tar.gz haketilo-hydrilla-2ef6e8c3177aeedb25258171133ef1cf8720f8f0.zip |
[proxy] complete the text content and styling of web UI pages written so far
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja')
-rw-r--r-- | src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja | 4 |
1 files changed, 4 insertions, 0 deletions
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 %} <h3>{{ _('web_ui.libraries.heading') }}</h3> + <ul id="item_list"> {% for info in display_infos %} <li> |