aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/index.html.jinja
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-10-28 16:14:46 +0200
committerWojtek Kosior <koszko@koszko.org>2022-10-28 16:14:46 +0200
commitdb2845b3c0176a4d17fec770d58f8a5a7a19e77c (patch)
tree6376db1190adf24a6bb45e556d2ff34dad690516 /src/hydrilla/proxy/web_ui/templates/index.html.jinja
parentbbfe6b3314c034dd03962c06cd957540cca8a95b (diff)
downloadhaketilo-hydrilla-db2845b3c0176a4d17fec770d58f8a5a7a19e77c.tar.gz
haketilo-hydrilla-db2845b3c0176a4d17fec770d58f8a5a7a19e77c.zip
[proxy] document advanced web UI features
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/index.html.jinja')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/index.html.jinja4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/index.html.jinja b/src/hydrilla/proxy/web_ui/templates/index.html.jinja
index 93b834a..25649ff 100644
--- a/src/hydrilla/proxy/web_ui/templates/index.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/index.html.jinja
@@ -134,7 +134,9 @@ code in a proprietary work, I am not going to enforce this in court.
<div class="horizontal-separator"></div>
- {{ label(_('web_ui.home.advanced_features_label')) }}
+ {% call label(_('web_ui.home.advanced_features_label')) %}
+ {{ hkt_doc_link('advanced_ui_features') }}
+ {% endcall %}
{% set advanced_user_but_classes = ['red-button'] %}
{% set simple_user_but_classes = ['blue-button'] %}