Add women's 20 shirt
This commit is contained in:
parent
035a7b060f
commit
380bbcf567
2 changed files with 21 additions and 2 deletions
|
@ -370,6 +370,19 @@
|
||||||
"order": 120
|
"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",
|
"model": "registrasion.product",
|
||||||
"pk": 29,
|
"pk": 29,
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<p>There are two options available for our linux.conf.au 2019 conference shirts.</p>
|
<p>There are two options available for our linux.conf.au 2019 conference shirts.</p>
|
||||||
|
|
||||||
<h2>Women's Silhouette Tee</h2>
|
<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">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
|
@ -24,6 +24,7 @@
|
||||||
<th>14</th>
|
<th>14</th>
|
||||||
<th>16</th>
|
<th>16</th>
|
||||||
<th>18</th>
|
<th>18</th>
|
||||||
|
<th>20</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -35,6 +36,7 @@
|
||||||
<td>52</td>
|
<td>52</td>
|
||||||
<td>55</td>
|
<td>55</td>
|
||||||
<td>58</td>
|
<td>58</td>
|
||||||
|
<td>61</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Length</th>
|
<th>Length</th>
|
||||||
|
@ -44,12 +46,13 @@
|
||||||
<td>68</td>
|
<td>68</td>
|
||||||
<td>69</td>
|
<td>69</td>
|
||||||
<td>70</td>
|
<td>70</td>
|
||||||
|
<td>71</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h2>Men's Outline Tee</h2>
|
<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">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
|
@ -90,6 +93,9 @@
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<h2>Children's</h2>
|
||||||
|
<p>Availability of children's sizes will be announced at a later date.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in a new issue