diff options
Diffstat (limited to 'src/hydrilla/proxy/web_ui')
-rw-r--r-- | src/hydrilla/proxy/web_ui/templates/base.html.jinja | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/base.html.jinja b/src/hydrilla/proxy/web_ui/templates/base.html.jinja index 9520787..a1de86a 100644 --- a/src/hydrilla/proxy/web_ui/templates/base.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/base.html.jinja @@ -41,7 +41,7 @@ in a proprietary work, I am not going to enforce this in court. <title> {% block title required %}{% endblock %} - - _('web_ui.base.title.haketilo_proxy') + {{ _('web_ui.base.title.haketilo_proxy') }} </title> <style> {% block style %} |