Fix Jinja conflict: rename display meta items to entries

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-08 20:38:52 +08:00
parent 68e03ccd97
commit 0b91d26f71
5 changed files with 6 additions and 6 deletions
@@ -8,7 +8,7 @@
<div class="display-prefs-group">
<h3 class="settings-subcard-title">{{ group.group }}</h3>
<div class="display-prefs-checks">
{% for item in group.items %}
{% for item in group.entries %}
<label class="chk-label">
<input type="checkbox" data-pref-key="{{ item.key }}"{% if display.get(item.key, true) %} checked{% endif %}>
{{ item.label }}