mirror of
https://github.com/searx/searx
synced 2025-03-02 18:47:39 +01:00
[fix] correct kv template formatting and remove internal data
This commit is contained in:
parent
97269be680
commit
ea7ccf2422
@ -1,8 +1,8 @@
|
|||||||
{% from 'oscar/macros.html' import result_footer, result_footer_rtl with context %}
|
{% from 'oscar/macros.html' import result_footer, result_footer_rtl with context %}
|
||||||
<div class="panel panel-default">
|
<div class="result result-default">
|
||||||
<table class="table table-responsive table-bordered table-condensed">
|
<table class="table table-responsive table-bordered table-condensed">
|
||||||
{% for key, value in result.items() %}
|
{% for key, value in result.items() %}
|
||||||
{% if key in ['engine', 'engines', 'template', 'score', 'category', 'positions'] %}
|
{% if key in ['engine', 'engines', 'template', 'score', 'category', 'positions', 'pretty_url', 'parsed_url'] %}
|
||||||
{% continue %}
|
{% continue %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user