summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authordoobry2019-03-09 03:54:51 -0800
committerjvoisin2019-03-09 03:54:51 -0800
commit2f2e47f0a260072022ecdb796fc88446c8f4080d (patch)
treea5526a4a96e129528c55385bd2a74b9eb21ece3f /templates/index.html
parentb76dbcd4af6a1d95fa8daa6c6640db92d8be6859 (diff)
Mention upload file size limit (Fixe: #15)
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 576b387..5ae6254 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -3,7 +3,8 @@
3 3
4<h2>» Remove metadata</h2> 4<h2>» Remove metadata</h2>
5<p> 5<p>
6 Upload your file, get a <em>cleaned</em> one in response. 6 Upload your file (max size: {{ max_file_size }}MB), get a <em>cleaned</em> one in
7 response.
7 <br><br> 8 <br><br>
8 Please note that while we do not keep a copy of your file,<br> 9 Please note that while we do not keep a copy of your file,<br>
9 there is no way that you could be certain about this: act accordingly. 10 there is no way that you could be certain about this: act accordingly.