From 89936744e85c42c8d74a851f22ab2bb5bcead789 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 8 Jun 2023 20:52:18 +0200 Subject: [PATCH] Continued: - explained error code 999 - added missing header for this scoreboard --- templates/views/scoreboard.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/views/scoreboard.html b/templates/views/scoreboard.html index 451cc43..bf5852d 100644 --- a/templates/views/scoreboard.html +++ b/templates/views/scoreboard.html @@ -13,6 +13,8 @@

Top {{software}} used software

{% elif originator %}

TOP {{originator}} scripts

+ {% elif error_code %} +

TOP {{error_code}} error codes

{% endif %} {% endblock %} @@ -48,6 +50,12 @@ {% endblock %} {% block footer %} + {% if error_code %} +

Please note to error codes:

+ + {% endif %} Index / {{ super() }} {% endblock %} -- 2.39.5