summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorjfriedli2020-04-26 09:50:14 -0700
committerjfriedli2020-04-26 09:50:14 -0700
commitc301e472bd7fd79d675c5df089db0b16fd1e2cfe (patch)
treec3332e0f974edc09881b5534c35becc5b9fffa3b /templates
parente1bac8b6a7fd857f38b7bcb678398c82baaa8fd5 (diff)
Resolve "Use a HMAC instead of a hash"
Diffstat (limited to 'templates')
-rw-r--r--templates/download.html2
-rw-r--r--templates/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/download.html b/templates/download.html
index 736c9f5..8100623 100644
--- a/templates/download.html
+++ b/templates/download.html
@@ -10,7 +10,7 @@
10 {% endif %} 10 {% endif %}
11 <div class="uk-flex uk-flex-center"> 11 <div class="uk-flex uk-flex-center">
12 <div> 12 <div>
13 <a class="uk-flex-1" href='{{ url_for('routes.download_file', key=key, filename=filename) }}'> 13 <a class="uk-flex-1" href='{{ download_uri }}'>
14 <button class="uk-button uk-button-primary"> 14 <button class="uk-button uk-button-primary">
15 ⇩ download cleaned file 15 ⇩ download cleaned file
16 </button> 16 </button>
diff --git a/templates/index.html b/templates/index.html
index ed583d2..f92ef69 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -3,7 +3,7 @@
3 <div class="shadowed-box u-text-center u-center-block"> 3 <div class="shadowed-box u-text-center u-center-block">
4 <h2 class="uk-text-center">Remove metadata</h2> 4 <h2 class="uk-text-center">Remove metadata</h2>
5 <p class="uk-text-center"> 5 <p class="uk-text-center">
6 The file you see is just the tip of the iceberg. Remove the hidden meta 6 The file you see is just the tip of the iceberg. Remove the hidden metadata.
7 </p> 7 </p>
8 <div class="uk-flex uk-flex-center"> 8 <div class="uk-flex uk-flex-center">
9 <div> 9 <div>