update template using new desk model
This commit is contained in:
@@ -55,7 +55,7 @@ def index(request):
|
||||
locations = Location.objects.filter(users__id=request.user.id).order_by('code')
|
||||
clients = Client.objects.filter(location_id=loc).order_by('id')
|
||||
context = {
|
||||
'range': range(1, 3),
|
||||
'range': range(1, 9),
|
||||
'locations': locations,
|
||||
'clients': clients,
|
||||
'location_id': int(loc),
|
||||
|
||||
Reference in New Issue
Block a user