Shirt order and link fixes
This commit is contained in:
parent
0296ce7b40
commit
ed7ae7e3e5
4 changed files with 21 additions and 21 deletions
|
@ -302,7 +302,7 @@
|
|||
"price": "25.00",
|
||||
"limit_per_user": null,
|
||||
"reservation_duration": "01:00:00",
|
||||
"order": 10
|
||||
"order": 70
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -315,7 +315,7 @@
|
|||
"price": "25.00",
|
||||
"limit_per_user": null,
|
||||
"reservation_duration": "01:00:00",
|
||||
"order": 20
|
||||
"order": 80
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -328,7 +328,7 @@
|
|||
"price": "25.00",
|
||||
"limit_per_user": null,
|
||||
"reservation_duration": "01:00:00",
|
||||
"order": 30
|
||||
"order": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -341,7 +341,7 @@
|
|||
"price": "25.00",
|
||||
"limit_per_user": null,
|
||||
"reservation_duration": "01:00:00",
|
||||
"order": 40
|
||||
"order": 100
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -354,7 +354,7 @@
|
|||
"price": "25.00",
|
||||
"limit_per_user": null,
|
||||
"reservation_duration": "01:00:00",
|
||||
"order": 50
|
||||
"order": 110
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -367,7 +367,7 @@
|
|||
"price": "25.00",
|
||||
"limit_per_user": null,
|
||||
"reservation_duration": "01:00:00",
|
||||
"order": 60
|
||||
"order": 120
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -380,7 +380,7 @@
|
|||
"price": "25.00",
|
||||
"limit_per_user": null,
|
||||
"reservation_duration": "01:00:00",
|
||||
"order": 80
|
||||
"order": 10
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -393,7 +393,7 @@
|
|||
"price": "25.00",
|
||||
"limit_per_user": null,
|
||||
"reservation_duration": "01:00:00",
|
||||
"order": 90
|
||||
"order": 20
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -406,7 +406,7 @@
|
|||
"price": "25.00",
|
||||
"limit_per_user": null,
|
||||
"reservation_duration": "01:00:00",
|
||||
"order": 100
|
||||
"order": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -419,7 +419,7 @@
|
|||
"price": "25.00",
|
||||
"limit_per_user": null,
|
||||
"reservation_duration": "01:00:00",
|
||||
"order": 110
|
||||
"order": 40
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -432,7 +432,7 @@
|
|||
"price": "25.00",
|
||||
"limit_per_user": null,
|
||||
"reservation_duration": "01:00:00",
|
||||
"order": 120
|
||||
"order": 50
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -445,7 +445,7 @@
|
|||
"price": "25.00",
|
||||
"limit_per_user": null,
|
||||
"reservation_duration": "01:00:00",
|
||||
"order": 130
|
||||
"order": 60
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -458,7 +458,7 @@
|
|||
"price": "25.00",
|
||||
"limit_per_user": null,
|
||||
"reservation_duration": "01:00:00",
|
||||
"order": 75
|
||||
"order": 130
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -31,7 +31,7 @@ crossorigin=""></script>
|
|||
<h2>21-25<br/>Jan 19<br/></h2>
|
||||
<h4><small>University of Canterbury<br/>Christchurch, New Zealand</small></h4>
|
||||
</div>
|
||||
<a id="register-link" class="btn btn-secondary border-primary text-primary" href="/dashboard/">Register</a>
|
||||
<a id="register-link" class="btn btn-secondary border-primary text-primary" href="/tickets/register">Register</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<div>
|
||||
<h2>Purchase your tickets
|
||||
<a id="register-link" class="btn btn-secondary border-primary text-primary float-right" href="/dashboard/">Register</a>
|
||||
<a id="register-link" class="btn btn-secondary border-primary text-primary float-right" href="/tickets/register">Register</a>
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% if discounts %}
|
||||
<div class="my-4">
|
||||
<div class="my-4 py-4 px-4 bg-primary text-secondary">
|
||||
<h2>Discounts and Complimentary Items</h2>
|
||||
<p>The following discounts and complimentary items are available to you. If you wish to take advantage of this offer, you must choose your items below. This discounts will be applied automatically when you check out.</p>
|
||||
<p>The following discounts and complimentary items are available to you. If you wish to take advantage of this offer, you must choose your items below. The discounts will be applied automatically when you check out.</p>
|
||||
{% regroup discounts by discount.description as discounts_grouped %}
|
||||
{% for discount_type in discounts_grouped %}
|
||||
<strong>{{ discount_type.grouper }}</strong>
|
||||
|
|
Loading…
Reference in a new issue