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/policies | |
parent | f2af30f506c9f3ff7c560e4e4af956e1209f27b0 (diff) | |
download | haketilo-hydrilla-fddbbf96bf447bfb630e4a0fd67f6ba7c8c0e141.tar.gz haketilo-hydrilla-fddbbf96bf447bfb630e4a0fd67f6ba7c8c0e141.zip |
[proxy] document popup
Diffstat (limited to 'src/hydrilla/proxy/policies')
-rw-r--r-- | src/hydrilla/proxy/policies/info_pages_templates/info_base.html.jinja | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hydrilla/proxy/policies/info_pages_templates/info_base.html.jinja b/src/hydrilla/proxy/policies/info_pages_templates/info_base.html.jinja index ccdc7c8..9268c92 100644 --- a/src/hydrilla/proxy/policies/info_pages_templates/info_base.html.jinja +++ b/src/hydrilla/proxy/policies/info_pages_templates/info_base.html.jinja @@ -42,6 +42,7 @@ code in a proprietary work, I am not going to enforce this in court. {% block main %} <h3> {{ _('info.base.heading.page_info') }} + {{ hkt_doc_link('popup') }} </h3> {{ label(_('info.base.page_url_label')) }} |