From ba56fc6e6b8ecd21f27cdf3c907087d401b96af5 Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Tue, 7 Jul 2026 11:35:57 +0800 Subject: [PATCH] feat(admin): merge invites + copyright into system admin page with SystemConfig table --- app/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/base.html b/app/templates/base.html index 4753d05..61204ae 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -42,7 +42,7 @@ {% set _c = get_copyright() %} {% if _c %} {% endif %}