aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/import.html.jinja
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-10-28 15:37:33 +0200
committerWojtek Kosior <koszko@koszko.org>2022-10-28 16:06:07 +0200
commitbbfe6b3314c034dd03962c06cd957540cca8a95b (patch)
tree38d0807bcdaa92ef1e10b44bf0f951ddbc8f8ef1 /src/hydrilla/proxy/web_ui/templates/import.html.jinja
parentedb1299c7196a6c3909f4ec3160428636197d877 (diff)
downloadhaketilo-hydrilla-bbfe6b3314c034dd03962c06cd957540cca8a95b.tar.gz
haketilo-hydrilla-bbfe6b3314c034dd03962c06cd957540cca8a95b.zip
[proxy] document packages
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/import.html.jinja')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/import.html.jinja5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/import.html.jinja b/src/hydrilla/proxy/web_ui/templates/import.html.jinja
index afeb5a2..34f1b66 100644
--- a/src/hydrilla/proxy/web_ui/templates/import.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/import.html.jinja
@@ -72,7 +72,10 @@ code in a proprietary work, I am not going to enforce this in court.
<div class="horizontal-separator"></div>
- <h4>{{ _('web_ui.import.heading_import_ad_hoc') }}</h4>
+ <h4>
+ {{ _('web_ui.import.heading_import_ad_hoc') }}
+ {{ hkt_doc_link('packages') }}
+ </h4>
{% if invalid_ad_hoc_package is defined %}
{{ error_note(_('web_ui.err.invalid_ad_hoc_package')) }}