Fixed guild_id showing only first number

This commit is contained in:
Jeremy Zhang
2017-05-08 19:13:53 +00:00
parent 531aa948b9
commit b475cc4e64
4 changed files with 21 additions and 10 deletions

View File

@ -42,7 +42,7 @@
<div class="switch">
<label>
Disable
<input type="checkbox" id="unauth_users" name="unauth_users" {% if dbguild['unauth_users'] %}checked{% endif %} >
<input type="checkbox" id="unauth_users" name="unauth_users" {% if guild['unauth_users'] %}checked{% endif %} >
<span class="lever"></span>
Enable
</label>