diff --git a/templates/base.html b/templates/base.html index 06d0181..d91fe08 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,7 +1,7 @@ {% if 'jinja2.ext.i18n' not in JINJA_ENVIRONMENT.extensions and 'jinja2.ext.i18n' not in JINJA_EXTENSIONS %} - {% macro _(msg) %} + {%- macro _(msg) -%} {{ msg % kwargs }} - {% endmacro %} + {%- endmacro -%} {% endif %} @@ -183,18 +183,18 @@ {% if MAIN_MENU %} {% endif %}