aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-10-28 19:22:38 +0200
committerWojtek Kosior <koszko@koszko.org>2022-10-28 19:22:38 +0200
commit2a622842c38f1f9df2aee6af28bf9932d05a2ef0 (patch)
tree8825841f4ef3ea9818f60508976208eb1d86585e /src/hydrilla/proxy/web_ui
parentd4de6a5966560ee7aa0a1b15950cd7ee36add256 (diff)
downloadhaketilo-hydrilla-2a622842c38f1f9df2aee6af28bf9932d05a2ef0.tar.gz
haketilo-hydrilla-2a622842c38f1f9df2aee6af28bf9932d05a2ef0.zip
[proxy] add an index page to the documentation
Diffstat (limited to 'src/hydrilla/proxy/web_ui')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/index.html.jinja6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/index.html.jinja b/src/hydrilla/proxy/web_ui/templates/index.html.jinja
index 25649ff..1e498a3 100644
--- a/src/hydrilla/proxy/web_ui/templates/index.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/index.html.jinja
@@ -49,6 +49,12 @@ code in a proprietary work, I am not going to enforce this in court.
{{ _('web_ui.home.html.haketilo_is_blah_blah')|safe }}
</p>
+ <p class="has-colored-links">
+ {% set fmt = _('web_ui.home.html.see_haketilo_doc_{url}') %}
+ {% set doc_url = url_for('home.home_doc', page='doc_index') %}
+ {{ fmt.format(url=doc_url|e)|safe }}
+ </p>
+
<div class="horizontal-separator"></div>
{% if request.url.startswith('http://') %}