From: Roland Häder Date: Thu, 8 Jun 2023 18:52:18 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=89936744e85c42c8d74a851f22ab2bb5bcead789;p=fba.git Continued: - explained error code 999 - added missing header for this scoreboard --- 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 %}