From 58327451488c2e27b74531ebb7abd036a57ec145 Mon Sep 17 00:00:00 2001 From: James Polley Date: Fri, 13 Oct 2017 14:56:09 +1100 Subject: [PATCH] Add missing so that available teams is properly positioned --- pinaxcon/templates/dashboard.html | 53 ++++++++++++++++--------------- 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/pinaxcon/templates/dashboard.html b/pinaxcon/templates/dashboard.html index 841b0a01..d1214fc1 100644 --- a/pinaxcon/templates/dashboard.html +++ b/pinaxcon/templates/dashboard.html @@ -306,33 +306,34 @@ {% endif %} -
-
- {% if available_teams %} - -
- {% for team in available_teams %} -
-
-
-
{{ team }}
-
-
- {% if team.description %}

{{ team.description }}

{% endif %} - {{ team.get_access_display }} - Details -
-
-
- {% endfor %} -
- {% endif %} -
-
- {% endif %} +
+
+ {% if available_teams %} + +
+ {% for team in available_teams %} +
+
+
+
{{ team }}
+
+
+ {% if team.description %}

{{ team.description }}

{% endif %} + {{ team.get_access_display }} + Details +
+
+
+ {% endfor %} +
+ {% endif %} +
+
+ {% endif %} + {% endblock %}