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.
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.
14 | 16 | 18 | +20 | @@ -35,6 +36,7 @@52 | 55 | 58 | +61 |
---|---|---|---|---|
Length | @@ -44,12 +46,13 @@68 | 69 | 70 | +71 |
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.
Availability of children's sizes will be announced at a later date.
{% endblock %} \ No newline at end of file