From cfef219d1671e6646b02ea3a7e89f96d6b476faf Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 6 Oct 2018 16:35:17 +1300 Subject: [PATCH] Change accom page --- .../templates/flatpages/accommodation.html | 38 ++++++++++++------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/pinaxcon/templates/flatpages/accommodation.html b/pinaxcon/templates/flatpages/accommodation.html index 59457574..01e6a6c0 100644 --- a/pinaxcon/templates/flatpages/accommodation.html +++ b/pinaxcon/templates/flatpages/accommodation.html @@ -24,7 +24,6 @@ -{% if request.user.is_authenticated and request.user.attendee %}
@@ -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.

+ {% if request.user.is_authenticated and request.user.attendee %} Book now / Discount + {% else %} + Register to show discount code + {% endif %}

@@ -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 and towels are provided along with a desk, basin, WiFi and more.

-

- Use discount code LINUX2019 when booking. -

+ {% if request.user.is_authenticated and request.user.attendee %} + Use discount code LINUX2019 when booking. Book now / Discount + {% else %} + Register to show discount code + {% endif %}

@@ -106,9 +111,13 @@ nearby.

+ {% if request.user.is_authenticated and request.user.attendee %} Book now / Discount + {% else %} + Register to show discount code + {% endif %}

@@ -129,9 +138,13 @@ explore rich culture at Canterbury Museum. Just 20-minutes from Christchurch Airport, it's an easy drive to local attractions.

+ {% if request.user.is_authenticated and request.user.attendee %} Book now / Discount + {% else %} + Register to show discount code + {% endif %}

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

+ {% if request.user.is_authenticated and request.user.attendee %} Book now / Discount + {% else %} + Register to show discount code + {% endif %}

@@ -176,9 +193,13 @@ event venues, plenty of free, off-street parking and an exceptionally friendly, multilingual staff.

+ {% if request.user.is_authenticated and request.user.attendee %} Book now / Discount + {% else %} + Register to show discount code + {% endif %}

@@ -206,15 +227,6 @@

Most motels on Riccarton road are within 10-30 minutes walking distance: Google Maps.

-{% else %} -
-
-
-

Providers

-

Please register for conference attendance first.

-
-
-{% endif %} {{ context }} {% endblock %} \ No newline at end of file