From e155075acb2dce98331032a485364ebe8cdd09c8 Mon Sep 17 00:00:00 2001 From: momothereal Date: Sat, 23 Jun 2018 11:41:12 -0400 Subject: Some improvements * Don't show teams button if jam has no teams * Fix some mistakes in team repo validation --- templates/main/jams/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/main/jams/index.html b/templates/main/jams/index.html index 03412311..3bd7a8c7 100644 --- a/templates/main/jams/index.html +++ b/templates/main/jams/index.html @@ -66,9 +66,11 @@  Join {% else %} - -  Teams - + {% if jam.teams and jam.teams | length > 0 %} + +  Teams + + {% endif %} -- cgit v1.2.3