diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-10-28 19:22:38 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-10-28 19:22:38 +0200 |
commit | 2a622842c38f1f9df2aee6af28bf9932d05a2ef0 (patch) | |
tree | 8825841f4ef3ea9818f60508976208eb1d86585e /src/hydrilla/proxy/web_ui | |
parent | d4de6a5966560ee7aa0a1b15950cd7ee36add256 (diff) | |
download | haketilo-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.jinja | 6 |
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://') %} |