Change accom page

This commit is contained in:
Tobias 2018-10-06 16:35:17 +13:00
parent 8e7749244b
commit cfef219d16

View file

@ -24,7 +24,6 @@
</div> </div>
</div> </div>
{% if request.user.is_authenticated and request.user.attendee %}
<div class="row"> <div class="row">
<div class="col-md-1"></div> <div class="col-md-1"></div>
<div class="col-12 col-md-10 content text-page"> <div class="col-12 col-md-10 content text-page">
@ -43,9 +42,13 @@
for bed and breakfast. Allocation of hall will be at the discretion of the Halls but groups can be put together on request. for bed and breakfast. Allocation of hall will be at the discretion of the Halls but groups can be put together on request.
</p> </p>
<p class="book-now"> <p class="book-now">
{% if request.user.is_authenticated and request.user.attendee %}
<a href="https://www.canterbury.ac.nz/life/accommodation/halls/apply/lca2019" rel="noreferrer noopener"> <a href="https://www.canterbury.ac.nz/life/accommodation/halls/apply/lca2019" rel="noreferrer noopener">
Book now / Discount Book now / Discount
</a> </a>
{% else %}
Register to show discount code
{% endif %}
</p> </p>
</div> </div>
@ -62,13 +65,15 @@
Guests have access to a fully equipped kitchen and dining/living area in their apartment and share a bathroom/toilet. Bedding, linen Guests have access to a fully equipped kitchen and dining/living area in their apartment and share a bathroom/toilet. Bedding, linen
and towels are provided along with a desk, basin, WiFi and more. and towels are provided along with a desk, basin, WiFi and more.
</p> </p>
<p>
<strong>Use discount code LINUX2019 when booking.</strong>
</p>
<p class="book-now"> <p class="book-now">
{% if request.user.is_authenticated and request.user.attendee %}
<strong>Use discount code LINUX2019 when booking.</strong>
<a href="https://app-apac.thebookingbutton.com/properties/campuslivingDirect?check_in_date=20-01-2019&check_out_date=26-01-2019&number_adults=2" rel="noreferrer noopener"> <a href="https://app-apac.thebookingbutton.com/properties/campuslivingDirect?check_in_date=20-01-2019&check_out_date=26-01-2019&number_adults=2" rel="noreferrer noopener">
Book now / Discount Book now / Discount
</a> </a>
{% else %}
Register to show discount code
{% endif %}
</p> </p>
</div> </div>
@ -106,9 +111,13 @@
nearby. nearby.
</p> </p>
<p class="book-now"> <p class="book-now">
{% if request.user.is_authenticated and request.user.attendee %}
<a href="http://doubletree.hilton.com/en/dt/groups/personalized/C/CHCNZDI-GCEHL-20180820/index.jhtml" rel="noreferrer noopener"> <a href="http://doubletree.hilton.com/en/dt/groups/personalized/C/CHCNZDI-GCEHL-20180820/index.jhtml" rel="noreferrer noopener">
Book now / Discount Book now / Discount
</a> </a>
{% else %}
Register to show discount code
{% endif %}
</p> </p>
</div> </div>
@ -129,9 +138,13 @@
explore rich culture at Canterbury Museum. Just 20-minutes from Christchurch Airport, it's an easy drive to local attractions. explore rich culture at Canterbury Museum. Just 20-minutes from Christchurch Airport, it's an easy drive to local attractions.
</p> </p>
<p class="book-now"> <p class="book-now">
{% if request.user.is_authenticated and request.user.attendee %}
<a href="https://accorconferences.co.nz/custom-offers/linux-lca-conference-2019" rel="noreferrer noopener"> <a href="https://accorconferences.co.nz/custom-offers/linux-lca-conference-2019" rel="noreferrer noopener">
Book now / Discount Book now / Discount
</a> </a>
{% else %}
Register to show discount code
{% endif %}
</p> </p>
</div> </div>
@ -153,9 +166,13 @@
a stroll from your hotel to find fine dining options, or to take in a show at the Isaac Theatre Royal. a stroll from your hotel to find fine dining options, or to take in a show at the Isaac Theatre Royal.
</p> </p>
<p class="book-now"> <p class="book-now">
{% if request.user.is_authenticated and request.user.attendee %}
<a href="https://accorconferences.co.nz/custom-offers/linux-lca-conference-2019" rel="noreferrer noopener"> <a href="https://accorconferences.co.nz/custom-offers/linux-lca-conference-2019" rel="noreferrer noopener">
Book now / Discount Book now / Discount
</a> </a>
{% else %}
Register to show discount code
{% endif %}
</p> </p>
</div> </div>
@ -176,9 +193,13 @@
event venues, plenty of free, off-street parking and an exceptionally friendly, multilingual staff. event venues, plenty of free, off-street parking and an exceptionally friendly, multilingual staff.
</p> </p>
<p class="book-now"> <p class="book-now">
{% if request.user.is_authenticated and request.user.attendee %}
<a href="https://www.choicehotels.com/reservations/groups/WY68U" rel="noreferrer noopener"> <a href="https://www.choicehotels.com/reservations/groups/WY68U" rel="noreferrer noopener">
Book now / Discount Book now / Discount
</a> </a>
{% else %}
Register to show discount code
{% endif %}
</p> </p>
</div> </div>
@ -206,15 +227,6 @@
<p>Most motels on Riccarton road are within 10-30 minutes walking distance: <a href="https://www.google.co.nz/maps/search/motel/@-43.5275159,172.5837422,16z/data=!4m5!2m4!5m3!5m2!1s2019-01-21!2i4" target="_blank" rel="noreferrer noopener">Google Maps</a>.</p> <p>Most motels on Riccarton road are within 10-30 minutes walking distance: <a href="https://www.google.co.nz/maps/search/motel/@-43.5275159,172.5837422,16z/data=!4m5!2m4!5m3!5m2!1s2019-01-21!2i4" target="_blank" rel="noreferrer noopener">Google Maps</a>.</p>
</div> </div>
</div> </div>
{% else %}
<div class="row">
<div class="col-md-1"></div>
<div class="col-12 col-md-10 content text-page">
<h2>Providers</h2>
<p>Please register for conference attendance first.</p>
</div>
</div>
{% endif %}
{{ context }} {{ context }}
{% endblock %} {% endblock %}