mirror of https://github.com/CIRCL/lookyloo
fix: typo when calling pandora macro...
parent
cd0411f419
commit
fdf8742812
|
@ -303,7 +303,7 @@
|
||||||
{{ ressource_legitimacy_details(details['legitimacy'], details['body_size']) }}
|
{{ ressource_legitimacy_details(details['legitimacy'], details['body_size']) }}
|
||||||
</div>
|
</div>
|
||||||
{% if has_pandora %}
|
{% if has_pandora %}
|
||||||
{{ pandora_submit(tree_uuid, url['url_object'].uuid), hash }}
|
{{ pandora_submit(tree_uuid, url['url_object'].uuid), hash) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div>
|
<div>
|
||||||
This file {% if details['type'] %}(<b>{{ details['type'] }}</b>){% endif %} can be found <b>{{ details['hash_freq'] }}</b> times
|
This file {% if details['type'] %}(<b>{{ details['type'] }}</b>){% endif %} can be found <b>{{ details['hash_freq'] }}</b> times
|
||||||
|
|
Loading…
Reference in New Issue