Features: 1) Add support for dynamic versioning in sidebar footnote;
Fixes: 1) Add missing import for EVIBES_VERSION; Extra: 1) Minor update to sidebar footnote formatting;
This commit is contained in:
parent
f7c5fdcf37
commit
4abb174287
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
from evibes.settings import CONSTANCE_CONFIG
|
from evibes.settings import CONSTANCE_CONFIG, EVIBES_VERSION
|
||||||
|
|
||||||
DAISY_SETTINGS: dict = {
|
DAISY_SETTINGS: dict = {
|
||||||
"SITE_LOGO": "/static/favicon.ico",
|
"SITE_LOGO": "/static/favicon.ico",
|
||||||
|
|
@ -8,7 +8,7 @@ DAISY_SETTINGS: dict = {
|
||||||
"EXTRA_SCRIPTS": [],
|
"EXTRA_SCRIPTS": [],
|
||||||
"SHOW_CHANGELIST_FILTER": True,
|
"SHOW_CHANGELIST_FILTER": True,
|
||||||
"DONT_SUPPORT_ME": True,
|
"DONT_SUPPORT_ME": True,
|
||||||
"SIDEBAR_FOOTNOTE": "eVibes by Wiseless",
|
"SIDEBAR_FOOTNOTE": f"eVibes {EVIBES_VERSION} by Wiseless",
|
||||||
"LOAD_FULL_STYLES": True,
|
"LOAD_FULL_STYLES": True,
|
||||||
"APPS_REORDER": {
|
"APPS_REORDER": {
|
||||||
"django_celery_results": {
|
"django_celery_results": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue