diff --git a/files/templates/authforms.html b/files/templates/authforms.html index dc31e87455..61fab8a535 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -1,4 +1,5 @@ {%- from 'util/assetcache.html' import asset -%} +{%- import 'util/helpers.html' as help -%} diff --git a/files/templates/chat.html b/files/templates/chat.html index 04c53b193a..eafc097ce3 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -1,4 +1,5 @@ {%- from 'util/assetcache.html' import asset -%} +{%- import 'util/helpers.html' as help -%} diff --git a/files/templates/comments.html b/files/templates/comments.html index f314824ed3..50d7e368e5 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -1,4 +1,5 @@ {%- from 'util/assetcache.html' import asset -%} +{%- import 'util/helpers.html' as help -%} {% if not ajax %} {% if comment_info and not request.full_path.endswith('#context') %}