diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-10-27 19:48:54 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-10-27 19:48:54 +0200 |
commit | fddbbf96bf447bfb630e4a0fd67f6ba7c8c0e141 (patch) | |
tree | 81cdd23314c5e731e3fcfc9750fc91c1e78fe042 /src/hydrilla/proxy/web_ui | |
parent | f2af30f506c9f3ff7c560e4e4af956e1209f27b0 (diff) | |
download | haketilo-hydrilla-fddbbf96bf447bfb630e4a0fd67f6ba7c8c0e141.tar.gz haketilo-hydrilla-fddbbf96bf447bfb630e4a0fd67f6ba7c8c0e141.zip |
[proxy] document popup
Diffstat (limited to 'src/hydrilla/proxy/web_ui')
-rw-r--r-- | src/hydrilla/proxy/web_ui/templates/index.html.jinja | 4 |
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 ff74369..36d9941 100644 --- a/src/hydrilla/proxy/web_ui/templates/index.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/index.html.jinja @@ -193,7 +193,9 @@ code in a proprietary work, I am not going to enforce this in court. <div class="horizontal-separator"></div> - {{ label(_('web_ui.home.popup_settings_label')) }} + {% call label(_('web_ui.home.popup_settings_label')) %} + {{ hkt_doc_link('popup') }} + {% endcall %} {% macro render_popup_settings( |