Add women's 20 shirt

This commit is contained in:
Tobias 2018-09-30 17:35:09 +13:00
parent 035a7b060f
commit 380bbcf567
2 changed files with 21 additions and 2 deletions

View file

@ -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,

View file

@ -12,7 +12,7 @@
<p>There are two options available for our linux.conf.au 2019 conference shirts.</p>
<h2>Women's Silhouette Tee</h2>
<p>Our women's option is the <a target="_blank" rel="noopener noreferrer" href="https://www.auroraclothing.co.nz/product/t201-silhouette-tee">Cloke Silhouette Tee</a>.</p>
<p>Our women's option is the <a target="_blank" rel="noopener noreferrer" href="https://www.auroraclothing.co.nz/product/t201-silhouette-tee">Cloke Silhouette Tee</a>, all sizes below are shown in centimeters.</p>
<table class="table">
<thead>
@ -24,6 +24,7 @@
<th>14</th>
<th>16</th>
<th>18</th>
<th>20</th>
</tr>
</thead>
<tbody>
@ -35,6 +36,7 @@
<td>52</td>
<td>55</td>
<td>58</td>
<td>61</td>
</tr>
<tr>
<th>Length</th>
@ -44,12 +46,13 @@
<td>68</td>
<td>69</td>
<td>70</td>
<td>71</td>
</tr>
</tbody>
</table>
<h2>Men's Outline Tee</h2>
<p>Our men's option is the <a target="_blank" rel="noopener noreferrer" href="https://www.auroraclothing.co.nz/product/t101-outline-tee/">Cloke Outline Tee</a>.</p>
<p>Our men's option is the <a target="_blank" rel="noopener noreferrer" href="https://www.auroraclothing.co.nz/product/t101-outline-tee/">Cloke Outline Tee</a>, all sizes below are shown in centimeters.</p>
<table class="table">
<thead>
@ -90,6 +93,9 @@
</tr>
</tbody>
</table>
<h2>Children's</h2>
<p>Availability of children's sizes will be announced at a later date.</p>
</div>
</div>
{% endblock %}