diff --git a/bemani/frontend/templates/admin/settings.html b/bemani/frontend/templates/admin/settings.html index 2e65040..8f9b2ce 100644 --- a/bemani/frontend/templates/admin/settings.html +++ b/bemani/frontend/templates/admin/settings.html @@ -58,6 +58,8 @@
{{ config.server.uri or 'http://eagate.573.jp' }}
Network Name
{{ config.name }}
+
Raw Card IDs Accepted
+
{{ 'yes' if config.server.allow_raw_ids else 'no' }}