From c15848bfce352e46f9d28ca8d78709a83c5eeaaa Mon Sep 17 00:00:00 2001 From: James Polley Date: Tue, 9 Jan 2018 04:29:00 +0000 Subject: [PATCH] Fix off-by-one errors in ticket categories --- pinaxcon/templates/registrasion/badge.svg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pinaxcon/templates/registrasion/badge.svg b/pinaxcon/templates/registrasion/badge.svg index 964ab6cf..31dd6303 100644 --- a/pinaxcon/templates/registrasion/badge.svg +++ b/pinaxcon/templates/registrasion/badge.svg @@ -5,9 +5,9 @@ {% items_purchased as purchased %} {% items_pending as pending %} {% items_purchased 1 as ticket %} -{% total_items_purchased 2 as penguin_dinner_count %} -{% total_items_purchased 3 as speakers_dinner_count %} -{% total_items_purchased 4 as pdns_count %} +{% total_items_purchased 3 as penguin_dinner_count %} +{% total_items_purchased 4 as speakers_dinner_count %} +{% total_items_purchased 5 as pdns_count %} {% ticket_type as ticket_type %} -->