mirror of
https://github.com/searxng/searxng.git
synced 2026-08-12 18:21:27 +00:00
[fix] rerank plugin: adapt to #4183
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
{%- macro plugin_preferences(section) -%}
|
||||
{%- for plugin in plugins_storage -%}
|
||||
{%- if plugin.preference_section == section -%}
|
||||
{%- if plugin.preference_section == section and plugin.is_allowed -%}
|
||||
<fieldset>{{- '' -}}
|
||||
<legend>{{ _(plugin.name) }}</legend>{{- '' -}}
|
||||
<div class="value">
|
||||
|
||||
Reference in New Issue
Block a user