mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-06-07 14:12:46 -04:00
Show the name of the file that was cleaned
This commit is contained in:
parent
d524c65209
commit
489fc7f2b5
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
||||||
<h2>» Metadata removed</h2>
|
<h2>» Metadata removed</h2>
|
||||||
<p>
|
<p>
|
||||||
{% if not meta_after %}
|
{% if not meta_after %}
|
||||||
mat2 managed to remove <b>all metadata</b> from your file.
|
mat2 managed to remove <b>all metadata</b> from <pre>{{ filename }}</pre>.
|
||||||
{% else %}
|
{% else %}
|
||||||
mat2 <b>could not</b> remove all the metadata from your file, those are the remaining ones:
|
mat2 <b>could not</b> remove all the metadata from <pre>{{ filename }}</pre>, those are the remaining ones:
|
||||||
<ul>
|
<ul>
|
||||||
{% for key, value in meta_after.items() %}
|
{% for key, value in meta_after.items() %}
|
||||||
<li> <b>{{ key }}</b>: {{ value }}</li>
|
<li> <b>{{ key }}</b>: {{ value }}</li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue