summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/download.html4
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 %}
7mat2 managed to remove <b>all metadata</b> from your file. 7mat2 managed to remove <b>all metadata</b> from <pre>{{ filename }}</pre>.
8{% else %} 8{% else %}
9mat2 <b>could not</b> remove all the metadata from your file, those are the remaining ones: 9mat2 <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>