]> OzVa Git service - conf-dialer/commitdiff
removed The
authorMax Value <greenwoodw50@gmail.com>
Sun, 22 Feb 2026 02:19:39 +0000 (02:19 +0000)
committerMax Value <greenwoodw50@gmail.com>
Sun, 22 Feb 2026 02:19:39 +0000 (02:19 +0000)
templates/panel.html

index 2fa28988142d266da42888d3dac403458bad2a04..51cd798ecfc0b69381236e9a4e58a29887a95ac6 100644 (file)
@@ -58,7 +58,7 @@ socket.on('status', function (data) {
 
                        {% for player in data.players %}
                                <div id="{{ player.number }}">
-                                       <label><b>The {{ player.name|replace("_", " ")|title }}</b></label>
+                                       <label><b>{{ player.name|replace("_", " ")|title }}</b></label>
                                                {% if "spare" in player.name %}
                                                        <input type="checkbox" id="{{ player.number }}_enabled" /><br>
                                                {% else %}