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/package_view.html.jinja | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/hydrilla/proxy/web_ui/templates/items/package_view.html.jinja') diff --git a/src/hydrilla/proxy/web_ui/templates/items/package_view.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/package_view.html.jinja index 8df2d4d..ef04eb1 100644 --- a/src/hydrilla/proxy/web_ui/templates/items/package_view.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/items/package_view.html.jinja @@ -19,18 +19,24 @@ 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 "items/item_view.html.jinja" %} + {% block title %} {{ _('web_ui.items.single.package.title') }} {% endblock %} + {% block heading %} {{ _('web_ui.items.single.package.heading.name_{}') .format(display_info.identifier) }} {% endblock %} + {% block main_info %} {{ super() }} - TODO: add more info... +

+ TODO: add more info... +

{% endblock %} + {% block version_list_heading %} {{ _('web_ui.items.single.package.version_list_heading') }} {% endblock %} -- cgit v1.2.3