From 3231047c1475c9e500a0e5f92ea129fccef8dd28 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 15 Nov 2018 16:03:12 +0100 Subject: Second commit --- templates/download.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 templates/download.html (limited to 'templates/download.html') diff --git a/templates/download.html b/templates/download.html new file mode 100644 index 0000000..c2b2a42 --- /dev/null +++ b/templates/download.html @@ -0,0 +1,37 @@ +{% extends "base.html" %} + +{% block content %} +

» Metadata removed

+

+{% if not meta_after %} +mat2 managed to remove all metadata from your file. +{% else %} +mat2 could not remove all the metadata from your file, those are the remaining ones: +

+{%endif %} +

+⇩ Download cleaned file + +
+ +{% if meta %} +

Just for fun, those are the metadata that mat2 detected in your file, before cleanup.

+
+ +
+{% else %} +meh +{% endif %} + +
+ +{% endblock %} + -- cgit v1.3