From db2845b3c0176a4d17fec770d58f8a5a7a19e77c Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 28 Oct 2022 16:14:46 +0200 Subject: [proxy] document advanced web UI features --- src/hydrilla/proxy/web_ui/templates/index.html.jinja | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/hydrilla/proxy/web_ui') 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.
- {{ 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'] %} -- cgit v1.2.3