From 630d62f3ebfac9db34ea22f04efef87bc919f23f Mon Sep 17 00:00:00 2001 From: Khanh Ngo Date: Sat, 28 Aug 2021 15:58:23 +0200 Subject: [PATCH] Fix missing bottom_js from base template --- templates/status.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/status.html b/templates/status.html index 18e883a..f3311a5 100644 --- a/templates/status.html +++ b/templates/status.html @@ -50,8 +50,8 @@ Connected Peers {{ end }} - - {{end}} +{{define "bottom_js"}} +{{end}} \ No newline at end of file