aboutsummaryrefslogtreecommitdiff
path: root/app/templates/controls.j2
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/controls.j2')
-rw-r--r--app/templates/controls.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/controls.j2 b/app/templates/controls.j2
index 0acf5a6..f67f745 100644
--- a/app/templates/controls.j2
+++ b/app/templates/controls.j2
@@ -1,6 +1,6 @@
{% from "macros.j2" import court_button %}
<div class="fixed-grid has-6-cols">
- <div class="grid">
+ <div class="parent">
{% for court in courts %}
{{ court_button(court) }}
{% endfor %}