mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Adds async update from flask with other content
This commit is contained in:
parent
b50ef14dce
commit
f797519944
9 changed files with 49 additions and 61 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue