Skip to content

Commit

Permalink
- fixed wrong app file
Browse files Browse the repository at this point in the history
  • Loading branch information
rptmat57 committed Apr 15, 2020
1 parent 41fe03f commit 84243b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEMO/apps/area_access/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ def area_access_occupancy(request):
'area': area,
'occupants': AreaAccessRecord.objects.filter(area__name=area, end=None, staff_charge=None).prefetch_related('customer'),
}
return render(request, 'kiosk/occupancy.html', dictionary)
return render(request, 'area_access/occupancy.html', dictionary)

0 comments on commit 84243b4

Please sign in to comment.