Changeset - cfef219d1671
[Not reviewed]
0 1 0
Tobias - 6 years ago 2018-10-06 03:35:17
tobias@localhost.localdomain
Change accom page
1 file changed with 25 insertions and 13 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/flatpages/accommodation.html
Show inline comments
...
 
@@ -24,7 +24,6 @@
 
  </div>
 
</div>
 

	
 
{% if request.user.is_authenticated and request.user.attendee %}
 
<div class="row">
 
  <div class="col-md-1"></div>
 
  <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.
 
      </p>
 
      <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">
 
          Book now / Discount
 
        </a>
 
        {% else %}
 
        Register to show discount code
 
        {% endif %}
 
      </p>
 
    </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
 
        and towels are provided along with a desk, basin, WiFi and more.
 
      </p>
 
      <p>
 
        <strong>Use discount code LINUX2019 when booking.</strong>
 
      </p>
 
      <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">
 
          Book now / Discount
 
        </a>
 
        {% else %}
 
        Register to show discount code
 
        {% endif %}
 
      </p>
 
    </div>
 

	
...
 
@@ -106,9 +111,13 @@
 
        nearby.
 
      </p>
 
      <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">
 
          Book now / Discount
 
        </a>
 
        {% else %}
 
        Register to show discount code
 
        {% endif %}
 
      </p>
 
    </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.
 
      </p>
 
      <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">
 
          Book now / Discount
 
        </a>
 
        {% else %}
 
        Register to show discount code
 
        {% endif %}
 
      </p>
 
    </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.
 
      </p>
 
      <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">
 
          Book now / Discount
 
        </a>
 
        {% else %}
 
        Register to show discount code
 
        {% endif %}
 
      </p>
 
    </div>
 

	
...
 
@@ -176,9 +193,13 @@
 
        event venues, plenty of free, off-street parking and an exceptionally friendly, multilingual staff.
 
      </p>
 
      <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">
 
          Book now / Discount
 
        </a>
 
        {% else %}
 
        Register to show discount code
 
        {% endif %}
 
      </p>
 
    </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>
 
  </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 }}
 
{% endblock %}
...
 
\ No newline at end of file
0 comments (0 inline, 0 general)