diff options
Diffstat (limited to 'backend/admin/templates')
| -rw-r--r-- | backend/admin/templates/game_edit.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/backend/admin/templates/game_edit.html b/backend/admin/templates/game_edit.html index 3b9d9de..5ff2ddc 100644 --- a/backend/admin/templates/game_edit.html +++ b/backend/admin/templates/game_edit.html @@ -23,10 +23,7 @@ </div> <div> <label>Is Public</label> - <select name="is_public" required> - <option value="public"{{ if .Game.IsPublic }} selected{{ end }}>Public</option> - <option value="private"{{ if not .Game.IsPublic }} selected{{ end }}>Private</option> - </select> + <input type="checkbox" name="is_public"{{ if .Game.IsPublic }} checked{{ end }}> </div> <div> <label>Duration Seconds</label> |
