Adds async update from flask with other content

This commit is contained in:
kvan7 2024-01-22 03:23:35 +00:00
parent b50ef14dce
commit f797519944
9 changed files with 49 additions and 61 deletions

View file

@ -47,7 +47,7 @@
<div id="chat_box">
<details open class="sidebar-collapsable">
<summary class="title">{{ _('Chat') }}</summary>
{%- for infobox in chat_box -%}
{%- for chat_box in chat_box -%}
{%- include 'kvanDark/elements/chat_box.html' -%}
{%- endfor -%}
</details>