Rename coop_title to market_title, update shared submodule
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m52s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
giles
2026-02-23 08:33:20 +00:00
parent dcb93269fc
commit 139eb3ac1f
4 changed files with 6 additions and 6 deletions

2
app.py
View File

@@ -93,7 +93,7 @@ def create_app() -> "Quart":
app.register_blueprint(
register_market_bp(
url_prefix="/",
title=config()["coop_title"],
title=config()["market_title"],
),
url_prefix="/<page_slug>/<market_slug>",
)