From 7686921020916561b0de6b2aee5d71f6fc17a22d Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 14 Sep 2021 07:52:48 -0400 Subject: [PATCH] customizable support link --- boofilsic/settings.py | 2 +- common/templates/partial/_footer.html | 2 +- common/templates/partial/_navbar.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boofilsic/settings.py b/boofilsic/settings.py index 96a7cf06..3af9986d 100644 --- a/boofilsic/settings.py +++ b/boofilsic/settings.py @@ -191,7 +191,7 @@ AUTH_USER_MODEL = 'users.User' MEDIA_URL = '/media/' MEDIA_ROOT = os.path.join(BASE_DIR, 'media/') -SITE_INFO = {'site_name': 'NeoDB'} +SITE_INFO = {'site_name': 'NeoDB', 'support_link': 'https://github.com/doubaniux/boofilsic/issues'} # Mastodon configs CLIENT_NAME = 'NiceDB' diff --git a/common/templates/partial/_footer.html b/common/templates/partial/_footer.html index e5710473..c4a83c0f 100644 --- a/common/templates/partial/_footer.html +++ b/common/templates/partial/_footer.html @@ -2,7 +2,7 @@