diff --git a/boofilsic/settings.py b/boofilsic/settings.py index a81ca513..103e0ab2 100644 --- a/boofilsic/settings.py +++ b/boofilsic/settings.py @@ -215,6 +215,8 @@ PROJECT_ROOT = os.path.abspath(os.path.dirname(__name__)) SITE_INFO = { "site_name": "NiceDB", "support_link": "https://github.com/doubaniux/boofilsic/issues", + "social_link": "https://donotban.com/@testie", + "donation_link": "https://patreon.com/tertius", "version_hash": None, "settings_module": os.getenv("DJANGO_SETTINGS_MODULE"), "sentry_dsn": None, diff --git a/common/templates/partial/_footer.html b/common/templates/partial/_footer.html index 796ad60d..933d501f 100644 --- a/common/templates/partial/_footer.html +++ b/common/templates/partial/_footer.html @@ -1,12 +1,17 @@