From 03df793851f78dd52a099937ab4a9757c9983a52 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 3 Mar 2024 03:52:22 +0200 Subject: [PATCH] fix 500 errors --- files/templates/comments.html | 1 + files/templates/settings/common.html | 1 + 2 files changed, 2 insertions(+) diff --git a/files/templates/comments.html b/files/templates/comments.html index 939f79c89..0b09a3a3f 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -1,3 +1,4 @@ +{%- import 'util/macros.html' as macros with context -%} {% if not request.headers.get("xhr") %} {% if focused_comment %} diff --git a/files/templates/settings/common.html b/files/templates/settings/common.html index 893784817..ca511efd7 100644 --- a/files/templates/settings/common.html +++ b/files/templates/settings/common.html @@ -1,3 +1,4 @@ +{%- import 'util/macros.html' as macros with context -%} {% macro toggle_section(title, id, name, flag, below_text, disabled) %}