diff options
Diffstat (limited to 'app/templates/controls.j2')
| -rw-r--r-- | app/templates/controls.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/controls.j2 b/app/templates/controls.j2 index eba086d..0acf5a6 100644 --- a/app/templates/controls.j2 +++ b/app/templates/controls.j2 @@ -2,7 +2,7 @@ <div class="fixed-grid has-6-cols"> <div class="grid"> {% for court in courts %} - {{ court_button(court.id, court.status) }} + {{ court_button(court) }} {% endfor %} </div> </div> |
