release nouri 0.4.0 templates suggestions and mobile sheet
This commit is contained in:
+2
-2
@@ -11,8 +11,8 @@ from . import db
|
||||
from .admin import admin_bp
|
||||
from .auth import auth_bp
|
||||
from .constants import (
|
||||
CATEGORIES,
|
||||
DAYPARTS,
|
||||
DEFAULT_CATEGORIES,
|
||||
ITEM_KIND_LABELS,
|
||||
ITEM_KIND_SINGULAR_LABELS,
|
||||
ROLE_LABELS,
|
||||
@@ -77,7 +77,7 @@ def create_app() -> Flask:
|
||||
return {
|
||||
"item_kind_labels": ITEM_KIND_LABELS,
|
||||
"item_kind_singular_labels": ITEM_KIND_SINGULAR_LABELS,
|
||||
"category_suggestions": CATEGORIES,
|
||||
"category_suggestions": DEFAULT_CATEGORIES,
|
||||
"daypart_suggestions": DAYPARTS,
|
||||
"visibility_labels": VISIBILITY_LABELS,
|
||||
"visibility_descriptions": VISIBILITY_DESCRIPTIONS,
|
||||
|
||||
Reference in New Issue
Block a user