diff --git a/pinaxcon/templates/flatpages/accommodation.html b/pinaxcon/templates/flatpages/accommodation.html index 5945757423ea475b02a56ded3c9b6dd5aead8534..01e6a6c07e9ac1e66b18a811fd46103ebc8d3aa8 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