From 3e7925dd033eae1954fee7f56d95b46cd738b3c3 Mon Sep 17 00:00:00 2001 From: momothereal Date: Fri, 22 Jun 2018 23:32:31 -0400 Subject: Add button to jam index in team list --- templates/main/jams/team_list.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/templates/main/jams/team_list.html b/templates/main/jams/team_list.html index 51162416..d66484f7 100644 --- a/templates/main/jams/team_list.html +++ b/templates/main/jams/team_list.html @@ -14,8 +14,14 @@ Code Jam {{ jam.number }}: Teams {% endif %} + {% if not user_teams %} +

+ +  All Jams + +

+ {% endif %} {% if teams %} -
{% for team in teams %}