fix 500 errors

pull/225/head
Aevann 2024-03-03 03:52:22 +02:00
parent 7f96713955
commit 03df793851
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
{%- import 'util/macros.html' as macros with context -%}
{% if not request.headers.get("xhr") %}
{% if focused_comment %}
<script defer src="{{'js/focused_comment.js' | asset}}"></script>

View File

@ -1,3 +1,4 @@
{%- import 'util/macros.html' as macros with context -%}
{% macro toggle_section(title, id, name, flag, below_text, disabled) %}
<div id="{{id}}_toggle" class="d-lg-flex border-bottom">