Update accommodation.html to use slightly modified text from CLV
This commit is contained in:
parent
ccaef7b2e3
commit
3ce0885377
1 changed files with 8 additions and 5 deletions
|
@ -53,26 +53,29 @@
|
|||
</div>
|
||||
|
||||
<div class="accommodation provider">
|
||||
<h4>Campus Living</h4>
|
||||
<h4>Sonoda Village (Campus Living Villages)</h4>
|
||||
<p class="info">
|
||||
1.6km · 20min walk
|
||||
</p>
|
||||
<p>
|
||||
A single bedroom apartment at Sonoda Village offers a great room for those who want to self cater and be close to the University.
|
||||
A single bedroom in a 5 bedroom Apartment at Sonoda Village offers a great room for those who want to self cater and be close to the University.
|
||||
Sonoda is beautifully set surrounded by Japanese gardens and is very tranquil within walking distance to all University facilities.
|
||||
</p>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
<p>
|
||||
Continental breakfast is included when using the booking code.
|
||||
</p>
|
||||
<p class="book-now">
|
||||
{% if request.user.is_authenticated and request.user.attendee %}
|
||||
<strong>Use discount code LINUX2019 when booking.</strong>
|
||||
<strong>Use 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">
|
||||
Book now / Discount
|
||||
Book now
|
||||
</a>
|
||||
{% else %}
|
||||
Register to show discount code
|
||||
Register to show booking code
|
||||
{% endif %}
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue