From 069ba37e138dd7527c120925757c6657a47b3bee Mon Sep 17 00:00:00 2001
From: Gregoo
Date: Thu, 30 Jan 2025 23:25:42 +0100
Subject: [PATCH] Fix database counters display
---
templates/admin/database.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates/admin/database.html b/templates/admin/database.html
index 7a15325..86e82c8 100644
--- a/templates/admin/database.html
+++ b/templates/admin/database.html
@@ -19,15 +19,15 @@
{% if database_counters %}
Records
-
-
+
+
{% for counter in database_counters %}
-
{{ counter.name }} {{ counter.count }}
{% if not (loop.index % 5) %}
-