diff --git a/bemani/frontend/templates/admin/settings.html b/bemani/frontend/templates/admin/settings.html index 8f9b2ce..23299a4 100644 --- a/bemani/frontend/templates/admin/settings.html +++ b/bemani/frontend/templates/admin/settings.html @@ -60,6 +60,8 @@
{{ config.name }}
Raw Card IDs Accepted
{{ 'yes' if config.server.allow_raw_ids else 'no' }}
+
Unlinked Card IDs Allowed During Signup
+
{{ 'yes' if config.server.allow_unlinked_signups else 'no' }}