aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja
index 093570d..3c2b241 100644
--- a/src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/items/packages.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.packages.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.packages.heading') }}</h3>
+
<ul id="item_list">
{% for info in display_infos %}
{% set entry_classes = [] %}