diff options
| author | jvoisin | 2019-02-23 13:18:55 +0100 |
|---|---|---|
| committer | jvoisin | 2019-02-23 13:18:55 +0100 |
| commit | 489fc7f2b5ef3d4be0f74e405a4200c6ffc12fc3 (patch) | |
| tree | d02cf2a99349e737f1f280a8756dadea779b9e3e | |
| parent | d524c65209670811d72ed830ae76285c1d9f1850 (diff) | |
Show the name of the file that was cleaned
| -rw-r--r-- | templates/download.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/download.html b/templates/download.html index c38b521..e39b16b 100644 --- a/templates/download.html +++ b/templates/download.html | |||
| @@ -4,9 +4,9 @@ | |||
| 4 | <h2>» Metadata removed</h2> | 4 | <h2>» Metadata removed</h2> |
| 5 | <p> | 5 | <p> |
| 6 | {% if not meta_after %} | 6 | {% if not meta_after %} |
| 7 | mat2 managed to remove <b>all metadata</b> from your file. | 7 | mat2 managed to remove <b>all metadata</b> from <pre>{{ filename }}</pre>. |
| 8 | {% else %} | 8 | {% else %} |
| 9 | mat2 <b>could not</b> remove all the metadata from your file, those are the remaining ones: | 9 | mat2 <b>could not</b> remove all the metadata from <pre>{{ filename }}</pre>, those are the remaining ones: |
| 10 | <ul> | 10 | <ul> |
| 11 | {% for key, value in meta_after.items() %} | 11 | {% for key, value in meta_after.items() %} |
| 12 | <li> <b>{{ key }}</b>: {{ value }}</li> | 12 | <li> <b>{{ key }}</b>: {{ value }}</li> |
