aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/rules/add.html.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/rules/add.html.jinja')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/rules/add.html.jinja6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/rules/add.html.jinja b/src/hydrilla/proxy/web_ui/templates/rules/add.html.jinja
index 9e4b869..24ec239 100644
--- a/src/hydrilla/proxy/web_ui/templates/rules/add.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/rules/add.html.jinja
@@ -23,7 +23,11 @@ code in a proprietary work, I am not going to enforce this in court.
{% block title %} {{ _('web_ui.rules.add.title') }} {% endblock %}
{% block main %}
- <h3>{{ _('web_ui.rules.add.heading') }}</h3>
+ <h3>
+ {{ _('web_ui.rules.add.heading') }}
+ {{ hkt_doc_link('script_blocking') }}
+ </h3>
+
<form method="POST" action="{{ url_for('.add_rule') }}">
{{ label(_('web_ui.rules.add.pattern_field_label'), 'pattern') }}