aboutsummaryrefslogtreecommitdiffstats
path: root/templates/staff/jams/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/staff/jams/index.html')
-rw-r--r--templates/staff/jams/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/staff/jams/index.html b/templates/staff/jams/index.html
index bb6a3c21..74292204 100644
--- a/templates/staff/jams/index.html
+++ b/templates/staff/jams/index.html
@@ -106,7 +106,7 @@
<a class="uk-button uk-button-secondary uk-width-expand" href="{{ url_for("staff.jams.participants", jam=jam.number) }}">
<i class="uk-icon fa-fw far fa-user"></i> &nbsp;Participants
</a>
- <a class="uk-button uk-button-primary uk-width-expand" href="# TODO">
+ <a class="uk-button uk-button-primary uk-width-expand" href="{{ url_for("staff.jams.teams", jam=jam.number) }}">
<i class="uk-icon fa-fw far fa-users"></i> &nbsp;Teams
</a>
</div>