From 25191f28b88fc173a1d3230359718fcd58b07884 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Wed, 7 Dec 2016 18:39:43 +0100 Subject: [PATCH] 3 columns of fav charts --- rowers/templates/favoritecharts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowers/templates/favoritecharts.html b/rowers/templates/favoritecharts.html index f9490625..0ce6512d 100644 --- a/rowers/templates/favoritecharts.html +++ b/rowers/templates/favoritecharts.html @@ -8,7 +8,7 @@ {{ favorites_formset.management_form }} {% for favorites_form in favorites_formset %} -
+

Chart {{ forloop.counter }}

{{ favorites_form.as_table }}