mirror of
https://github.com/searxng/searxng.git
synced 2025-07-15 09:19:20 +02:00
[fix] Fix improper import of corrections.html
This commit is contained in:
parent
d37dc30783
commit
1ae37728e4
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{%- if corrections -%}
|
{%- if corrections -%}
|
||||||
{%- include 'simple/elements/corrections' -%}
|
{%- include 'simple/elements/corrections.html' -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
<div id="urls" role="main">
|
<div id="urls" role="main">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue