From 380bbcf567a9ceeb1c02cb6e49f48a95e4020657 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sun, 30 Sep 2018 17:35:09 +1300 Subject: [PATCH] Add women's 20 shirt --- fixtures/2019_registrasion.json | 13 +++++++++++++ pinaxcon/templates/flatpages/shirts.html | 10 ++++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/fixtures/2019_registrasion.json b/fixtures/2019_registrasion.json index 014244b5..67c2c950 100644 --- a/fixtures/2019_registrasion.json +++ b/fixtures/2019_registrasion.json @@ -370,6 +370,19 @@ "order": 120 } }, +{ + "model": "registrasion.product", + "pk": 28, + "fields": { + "name": "Women's Silhouette Tee 20", + "description": "", + "category": 6, + "price": "25.00", + "limit_per_user": null, + "reservation_duration": "01:00:00", + "order": 65 + } +}, { "model": "registrasion.product", "pk": 29, diff --git a/pinaxcon/templates/flatpages/shirts.html b/pinaxcon/templates/flatpages/shirts.html index 1bf2e649..1a2f2ec8 100644 --- a/pinaxcon/templates/flatpages/shirts.html +++ b/pinaxcon/templates/flatpages/shirts.html @@ -12,7 +12,7 @@

There are two options available for our linux.conf.au 2019 conference shirts.

Women's Silhouette Tee

-

Our women's option is the Cloke Silhouette Tee.

+

Our women's option is the Cloke Silhouette Tee, all sizes below are shown in centimeters.

@@ -24,6 +24,7 @@ + @@ -35,6 +36,7 @@ + @@ -44,12 +46,13 @@ +
14 16 1820
52 55 5861
Length68 69 7071

Men's Outline Tee

-

Our men's option is the Cloke Outline Tee.

+

Our men's option is the Cloke Outline Tee, all sizes below are shown in centimeters.

@@ -90,6 +93,9 @@
+ +

Children's

+

Availability of children's sizes will be announced at a later date.

{% endblock %} \ No newline at end of file