forked from MarseyWorld/MarseyWorld
fix 500 errors
parent
7f96713955
commit
03df793851
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue