diff options
Diffstat (limited to 'templates')
| -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> |
