mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-09-22 22:57:56 +03:00
Add frontend admin display for unlinked card setting.
This commit is contained in:
@@ -60,6 +60,8 @@
|
||||
<dd>{{ config.name }}</dd>
|
||||
<dt>Raw Card IDs Accepted</dt>
|
||||
<dd>{{ 'yes' if config.server.allow_raw_ids else 'no' }}</dd>
|
||||
<dt>Unlinked Card IDs Allowed During Signup</dt>
|
||||
<dd>{{ 'yes' if config.server.allow_unlinked_signups else 'no' }}</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="section">
|
||||
|
||||
Reference in New Issue
Block a user