summaryrefslogtreecommitdiff
path: root/templates/stops.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/stops.html')
-rw-r--r--templates/stops.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/stops.html b/templates/stops.html
index 2cbac8e..b762958 100644
--- a/templates/stops.html
+++ b/templates/stops.html
@@ -7,7 +7,7 @@
<body>
<div class="container">
<div class="content">
- <ul>
+ <ul class="stops">
{% for stop in stops %}
<li><a href="/board/{{ stop['id'] }}">{{ stop['name'] }}</a></li>
{% endfor %}