From a0a2313924db6a2a7795ad7ad3f6f49c4b605558 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Sun, 17 Dec 2017 16:10:29 +0100 Subject: [PATCH] admin: fix display of b2sums --- admin/index.go | 9 +++++++++ admin/static/index.html | 9 +++++++++ admin/static/views/exercice.html | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/admin/index.go b/admin/index.go index 2bb69f68..d6f9ddd2 100644 --- a/admin/index.go +++ b/admin/index.go @@ -6,6 +6,15 @@ const indextpl = ` Challenge Forensic - Administration + diff --git a/admin/static/index.html b/admin/static/index.html index 012768ed..6069d295 100644 --- a/admin/static/index.html +++ b/admin/static/index.html @@ -4,6 +4,15 @@ Challenge Forensic - Administration + diff --git a/admin/static/views/exercice.html b/admin/static/views/exercice.html index 91b81db9..2047d3f1 100644 --- a/admin/static/views/exercice.html +++ b/admin/static/views/exercice.html @@ -74,7 +74,7 @@
Taille : {{ file.size | size }}
- BLAKE2b sum : {{ file.checksum | cksum }} + BLAKE2b sum : {{ file.checksum | cksum }}