From c403029a11454b06a17d10b419192eb66b802470 Mon Sep 17 00:00:00 2001 From: Gregoo Date: Sat, 18 Jan 2025 20:22:06 +0100 Subject: [PATCH] Display the database path in the database section --- templates/admin/database.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/admin/database.html b/templates/admin/database.html index 7b15397..bbe02d9 100644 --- a/templates/admin/database.html +++ b/templates/admin/database.html @@ -6,7 +6,7 @@ {% if error %}{% endif %} {% if not is_init %} {% endif %} -

The database is initialized.

+

The database file is: {{ config['DATABASE_PATH'].value }}. The database is initialized.

Download the database file