feat(market): settings toggle

This commit is contained in:
2026-05-24 19:11:02 +02:00
parent a5fe8aacaf
commit 47812ffd09
6 changed files with 35 additions and 7 deletions
+1 -1
View File
@@ -9,5 +9,5 @@
{% endblock %}
{% block content %}
<div id="app"></div>
<div id="app" data-market-enabled="{{ market_enabled|lower }}"></div>
{% endblock %}