From cfd0975e49b45488f173e814827cea9681c381cd Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 19 May 2021 22:35:31 +0200 Subject: [PATCH] Customize look of sidebar and frontpage --- evennia/web/templates/admin/frontpage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evennia/web/templates/admin/frontpage.html b/evennia/web/templates/admin/frontpage.html index bafafbdeba..79a757e1dd 100644 --- a/evennia/web/templates/admin/frontpage.html +++ b/evennia/web/templates/admin/frontpage.html @@ -84,8 +84,8 @@

When you click on any link above you'll end up in the full - django-based admin panel. You can also get to it here. You can make this the default by + django-based admin panel. You can also get to it + here. You can make this the default by changing EVENNIA_ADMIN to False in settings.py and reload.